summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-25 10:12:44 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-25 10:31:30 +0200
commita6161800ce6c095a79f6439065d8fb33c708f1f5 (patch)
treeb99a4607f1cccaaaeee9934503eb5356c45506d1 /dev-python/betamax-matchers
parentdev-python/bleach: Remove py2 (diff)
downloadgentoo-a6161800ce6c095a79f6439065d8fb33c708f1f5.tar.gz
gentoo-a6161800ce6c095a79f6439065d8fb33c708f1f5.tar.bz2
gentoo-a6161800ce6c095a79f6439065d8fb33c708f1f5.zip
dev-python/betamax-matchers: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/betamax-matchers')
-rw-r--r--dev-python/betamax-matchers/betamax-matchers-0.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/betamax-matchers/betamax-matchers-0.4.0.ebuild b/dev-python/betamax-matchers/betamax-matchers-0.4.0.ebuild
index 18539cb8ed65..0d16c3b3f718 100644
--- a/dev-python/betamax-matchers/betamax-matchers-0.4.0.ebuild
+++ b/dev-python/betamax-matchers/betamax-matchers-0.4.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1