summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-01 23:12:38 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-04 13:59:49 +0200
commit63161b6dd1182ddf9cbd48c5ceaae680de543888 (patch)
treeae5f832eb30313aa5b724e7f24e93f7ab035dc9f /dev-python/hpack
parentdev-python/hyperframe: Remove py2.7 (diff)
downloadgentoo-63161b6dd1182ddf9cbd48c5ceaae680de543888.tar.gz
gentoo-63161b6dd1182ddf9cbd48c5ceaae680de543888.tar.bz2
gentoo-63161b6dd1182ddf9cbd48c5ceaae680de543888.zip
dev-python/hpack: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hpack')
-rw-r--r--dev-python/hpack/hpack-3.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hpack/hpack-3.0.0.ebuild b/dev-python/hpack/hpack-3.0.0.ebuild
index 3a62a22097ce..e19f0adffbc8 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.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