diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-03-14 23:17:45 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-03-14 23:25:11 -0400 |
commit | 3d5783ed8adc91befc7e215b32ade4a835860835 (patch) | |
tree | 4f5c343275f43b696e8602639ba69491d95d2d83 /dev-python | |
parent | sys-process/criu: version bump 2.0 (diff) | |
download | gentoo-3d5783ed8adc91befc7e215b32ade4a835860835.tar.gz gentoo-3d5783ed8adc91befc7e215b32ade4a835860835.tar.bz2 gentoo-3d5783ed8adc91befc7e215b32ade4a835860835.zip |
dev-python/python-dateutil: add pypy3 support
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-dateutil/python-dateutil-2.4.2-r1.ebuild | 2 |
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 |