diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-01 23:02:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-04 13:59:42 +0200 |
commit | 447fd837fe09c7ba3000aa3507d3497efb3a026e (patch) | |
tree | faf60d23addc60aa1aba0cad9699414ee9be7b15 /dev-python | |
parent | dev-python/twisted: Remove py2.7 (diff) | |
download | gentoo-447fd837fe09c7ba3000aa3507d3497efb3a026e.tar.gz gentoo-447fd837fe09c7ba3000aa3507d3497efb3a026e.tar.bz2 gentoo-447fd837fe09c7ba3000aa3507d3497efb3a026e.zip |
dev-python/constantly: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/constantly/constantly-15.1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/constantly/constantly-15.1.0-r1.ebuild b/dev-python/constantly/constantly-15.1.0-r1.ebuild index b0d5fedc7464..5d0b3f160999 100644 --- a/dev-python/constantly/constantly-15.1.0-r1.ebuild +++ b/dev-python/constantly/constantly-15.1.0-r1.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} ) +PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 |