summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-09-21 00:23:44 -0400
committerTim Harder <radhermit@gentoo.org>2017-09-21 01:12:27 -0400
commiteaba7c176962be7f0ed314b7760676336d0fa352 (patch)
treee95644c2d84033a4bbbf9bcc96db53667d5a088f /dev-python
parentdev-python/setuptools-git: add pypy/pypy3 to PYTHON_COMPAT (diff)
downloadgentoo-eaba7c176962be7f0ed314b7760676336d0fa352.tar.gz
gentoo-eaba7c176962be7f0ed314b7760676336d0fa352.tar.bz2
gentoo-eaba7c176962be7f0ed314b7760676336d0fa352.zip
dev-python/contextlib2: add pypy3 to PYTHON_COMPAT
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/contextlib2/contextlib2-0.5.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/contextlib2/contextlib2-0.5.5.ebuild b/dev-python/contextlib2/contextlib2-0.5.5.ebuild
index 0c57fbcb5e9a..2b8092439857 100644
--- a/dev-python/contextlib2/contextlib2-0.5.5.ebuild
+++ b/dev-python/contextlib2/contextlib2-0.5.5.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
inherit distutils-r1