diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-01 23:12:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-04 13:59:49 +0200 |
commit | 63161b6dd1182ddf9cbd48c5ceaae680de543888 (patch) | |
tree | ae5f832eb30313aa5b724e7f24e93f7ab035dc9f /dev-python/hpack | |
parent | dev-python/hyperframe: Remove py2.7 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |