summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-01 23:08:30 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-04 13:59:43 +0200
commit01675aa3f59104fe56bb3771a492cde980d5ffc9 (patch)
tree79150f518dd53867a738d7c5f71d922133c8c538 /dev-python/automat
parentdev-python/constantly: Remove py2.7 (diff)
downloadgentoo-01675aa3f59104fe56bb3771a492cde980d5ffc9.tar.gz
gentoo-01675aa3f59104fe56bb3771a492cde980d5ffc9.tar.bz2
gentoo-01675aa3f59104fe56bb3771a492cde980d5ffc9.zip
dev-python/automat: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/automat')
-rw-r--r--dev-python/automat/automat-20.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/automat/automat-20.2.0.ebuild b/dev-python/automat/automat-20.2.0.ebuild
index 594383a4b329..3ca1eac96eef 100644
--- a/dev-python/automat/automat-20.2.0.ebuild
+++ b/dev-python/automat/automat-20.2.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1