mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
dev-python/pathlib: remove pypy3 from PYTHON_COMPAT
Bug: https://bugs.gentoo.org/616596 Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
EAPI=5
|
||||
|
||||
# In Python 3.4, pathlib is now part of the standard library.
|
||||
PYTHON_COMPAT=( python2_7 pypy pypy3 )
|
||||
PYTHON_COMPAT=( python2_7 pypy )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user