diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-01 23:08:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-04 13:59:43 +0200 |
commit | 01675aa3f59104fe56bb3771a492cde980d5ffc9 (patch) | |
tree | 79150f518dd53867a738d7c5f71d922133c8c538 /dev-python/automat | |
parent | dev-python/constantly: Remove py2.7 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |