summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-06 07:20:51 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-06 07:38:11 +0100
commitd64085ee3b7ff68df49c9f47c5d8ada4f1ce75b8 (patch)
tree8be1379b4db943b620667e3e404b1b87b4012cbb /dev-python/testpath/testpath-0.4.4.ebuild
parentdev-python/testify: Remove py2 (diff)
downloadgentoo-d64085ee3b7ff68df49c9f47c5d8ada4f1ce75b8.tar.gz
gentoo-d64085ee3b7ff68df49c9f47c5d8ada4f1ce75b8.tar.bz2
gentoo-d64085ee3b7ff68df49c9f47c5d8ada4f1ce75b8.zip
dev-python/testpath: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/testpath/testpath-0.4.4.ebuild')
-rw-r--r--dev-python/testpath/testpath-0.4.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/testpath/testpath-0.4.4.ebuild b/dev-python/testpath/testpath-0.4.4.ebuild
index fd9d7bfa7f92..1e4a6f0d2462 100644
--- a/dev-python/testpath/testpath-0.4.4.ebuild
+++ b/dev-python/testpath/testpath-0.4.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
inherit distutils-r1