diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-01 23:13:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-04 13:59:50 +0200 |
commit | 8529ec4172c03ed1f90248309a3ebb06ba7c9746 (patch) | |
tree | 1e6709fc5ec8841515b0945b30185446c46eac73 /dev-python/priority | |
parent | dev-python/hpack: Remove py2.7 (diff) | |
download | gentoo-8529ec4172c03ed1f90248309a3ebb06ba7c9746.tar.gz gentoo-8529ec4172c03ed1f90248309a3ebb06ba7c9746.tar.bz2 gentoo-8529ec4172c03ed1f90248309a3ebb06ba7c9746.zip |
dev-python/priority: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/16937
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/priority')
-rw-r--r-- | dev-python/priority/priority-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/priority/priority-1.3.0.ebuild b/dev-python/priority/priority-1.3.0.ebuild index 5ed8bbaa6c9c..f90fc1f1b489 100644 --- a/dev-python/priority/priority-1.3.0.ebuild +++ b/dev-python/priority/priority-1.3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9}) +PYTHON_COMPAT=( python3_{6,7,8,9}) inherit distutils-r1 |