diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-09-21 00:13:22 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-09-21 01:12:26 -0400 |
commit | efdce1d270c398da320c675286226f38c58a46ba (patch) | |
tree | 138a32fac14fda60b1614569da75c308023f4b9f /dev-python/setuptools-git | |
parent | dev-python/pytest-virtualenv: version bump to 1.2.11 (diff) | |
download | gentoo-efdce1d270c398da320c675286226f38c58a46ba.tar.gz gentoo-efdce1d270c398da320c675286226f38c58a46ba.tar.bz2 gentoo-efdce1d270c398da320c675286226f38c58a46ba.zip |
dev-python/setuptools-git: add pypy/pypy3 to PYTHON_COMPAT
Diffstat (limited to 'dev-python/setuptools-git')
-rw-r--r-- | dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild b/dev-python/setuptools-git/setuptools-git-1.2.ebuild index b751cd71c5fb..e48594345140 100644 --- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild +++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1 |