summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-03-14 23:17:45 -0400
committerTim Harder <radhermit@gentoo.org>2016-03-14 23:25:11 -0400
commit3d5783ed8adc91befc7e215b32ade4a835860835 (patch)
tree4f5c343275f43b696e8602639ba69491d95d2d83 /dev-python/python-dateutil
parentsys-process/criu: version bump 2.0 (diff)
downloadgentoo-3d5783ed8adc91befc7e215b32ade4a835860835.tar.gz
gentoo-3d5783ed8adc91befc7e215b32ade4a835860835.tar.bz2
gentoo-3d5783ed8adc91befc7e215b32ade4a835860835.zip
dev-python/python-dateutil: add pypy3 support
Diffstat (limited to 'dev-python/python-dateutil')
-rw-r--r--dev-python/python-dateutil/python-dateutil-2.4.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-dateutil/python-dateutil-2.4.2-r1.ebuild b/dev-python/python-dateutil/python-dateutil-2.4.2-r1.ebuild
index 0d8bc580f8eb..8207deb6e3b3 100644
--- a/dev-python/python-dateutil/python-dateutil-2.4.2-r1.ebuild
+++ b/dev-python/python-dateutil/python-dateutil-2.4.2-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
inherit distutils-r1