diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-22 14:08:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-24 11:20:56 +0100 |
commit | 1d656142784800a02791ea0d2380c5a47641bea7 (patch) | |
tree | 0d16a4fc7a5fd1ce0eab2a5e78354e7784c54142 /dev-python/backports-tempfile | |
parent | dev-python/backports-weakref: Add pypy (diff) | |
download | gentoo-1d656142784800a02791ea0d2380c5a47641bea7.tar.gz gentoo-1d656142784800a02791ea0d2380c5a47641bea7.tar.bz2 gentoo-1d656142784800a02791ea0d2380c5a47641bea7.zip |
dev-python/backports-tempfile: Add pypy
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/backports-tempfile')
-rw-r--r-- | dev-python/backports-tempfile/backports-tempfile-1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild b/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild index 632139290b10..a89290bb8843 100644 --- a/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild +++ b/dev-python/backports-tempfile/backports-tempfile-1.0.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 |