diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-25 10:12:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-25 10:31:30 +0200 |
commit | a6161800ce6c095a79f6439065d8fb33c708f1f5 (patch) | |
tree | b99a4607f1cccaaaeee9934503eb5356c45506d1 /dev-python/betamax-matchers | |
parent | dev-python/bleach: Remove py2 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |