diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-22 14:09:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-24 11:20:55 +0100 |
commit | dbe4be6a5aed3200cfc41229b87c7b6a62ac0766 (patch) | |
tree | 2da97e597fe34459043c575bec563c8a5fbc9530 /dev-python/backports-weakref | |
parent | distutils-r1.eclass: Permit DISTUTILS_USE_SETUPTOOLS=manual (diff) | |
download | gentoo-dbe4be6a5aed3200cfc41229b87c7b6a62ac0766.tar.gz gentoo-dbe4be6a5aed3200cfc41229b87c7b6a62ac0766.tar.bz2 gentoo-dbe4be6a5aed3200cfc41229b87c7b6a62ac0766.zip |
dev-python/backports-weakref: Add pypy
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/backports-weakref')
-rw-r--r-- | dev-python/backports-weakref/backports-weakref-1.0_p1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/backports-weakref/backports-weakref-1.0_p1.ebuild b/dev-python/backports-weakref/backports-weakref-1.0_p1.ebuild index 027168047eab..03b75de4278b 100644 --- a/dev-python/backports-weakref/backports-weakref-1.0_p1.ebuild +++ b/dev-python/backports-weakref/backports-weakref-1.0_p1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy ) inherit distutils-r1 |