diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-06-04 11:53:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-06-04 18:56:05 +0200 |
commit | dafa1d0bba216a5bcf8fc04c719bf31f3a374c16 (patch) | |
tree | 7da42bfd62ad07863b66226a2a1e783d4762e4aa /dev-python/scripttest | |
parent | dev-python/freezegun: Tested on pypy{,3} (diff) | |
download | gentoo-dafa1d0bba216a5bcf8fc04c719bf31f3a374c16.tar.gz gentoo-dafa1d0bba216a5bcf8fc04c719bf31f3a374c16.tar.bz2 gentoo-dafa1d0bba216a5bcf8fc04c719bf31f3a374c16.zip |
dev-python/scripttest: Tested on pypy{,3}
Diffstat (limited to 'dev-python/scripttest')
-rw-r--r-- | dev-python/scripttest/scripttest-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/scripttest/scripttest-1.3.0.ebuild b/dev-python/scripttest/scripttest-1.3.0.ebuild index c3f711901973..89c29e8fb7f9 100644 --- a/dev-python/scripttest/scripttest-1.3.0.ebuild +++ b/dev-python/scripttest/scripttest-1.3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1 |