summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-11-25 17:12:16 +0100
committerMichał Górny <mgorny@gentoo.org>2016-11-25 17:18:01 +0100
commit7963262f53c541dd6c3eab9044e7e71e63baaa50 (patch)
tree5185555e52de8384e2dcf1afe538f5694397ecd2 /dev-python/pathlib
parentdev-python/pathlib: Support running tests (diff)
downloadgentoo-7963262f53c541dd6c3eab9044e7e71e63baaa50.tar.gz
gentoo-7963262f53c541dd6c3eab9044e7e71e63baaa50.tar.bz2
gentoo-7963262f53c541dd6c3eab9044e7e71e63baaa50.zip
dev-python/pathlib: Enable pypy3
Diffstat (limited to 'dev-python/pathlib')
-rw-r--r--dev-python/pathlib/pathlib-1.0.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
index 961c7070f823..4278d5a8f7b9 100644
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
@@ -5,7 +5,7 @@
EAPI=5
# In Python 3.4, pathlib is now part of the standard library.
-PYTHON_COMPAT=( python2_7 pypy )
+PYTHON_COMPAT=( python2_7 pypy pypy3 )
inherit distutils-r1