summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2018-09-07 00:41:11 +0200
committerLouis Sautier <sbraz@gentoo.org>2018-09-07 00:41:17 +0200
commita207904c92194766ace4e264fc6ab8d975962275 (patch)
tree9f93c9d25cd70afcb5b4d150991c5bd23ac56939
parentsys-apps/nix: drop old (diff)
downloadgentoo-a207904c92194766ace4e264fc6ab8d975962275.tar.gz
gentoo-a207904c92194766ace4e264fc6ab8d975962275.tar.bz2
gentoo-a207904c92194766ace4e264fc6ab8d975962275.zip
dev-python/testpath: add PyPy and PyPy3
Package-Manager: Portage-2.3.48, Repoman-2.3.10
-rw-r--r--dev-python/testpath/testpath-0.3.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/testpath/testpath-0.3.1.ebuild b/dev-python/testpath/testpath-0.3.1.ebuild
index 397e86efd29f..14874dcf51ff 100644
--- a/dev-python/testpath/testpath-0.3.1.ebuild
+++ b/dev-python/testpath/testpath-0.3.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
inherit distutils-r1