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:
Virgil Dupras
2019-03-31 09:13:45 -04:00
parent 70300828c4
commit c9dc400454

View File

@@ -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