diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-12 11:35:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-13 10:41:29 +0100 |
commit | 0ac659853aa1bd7c91b2ca313195de8c59c5d7f5 (patch) | |
tree | 91e45a3f9f2c6eaa2312134fe8207fb1fa873cf6 /dev-python/hacking/hacking-0.9.2.ebuild | |
parent | dev-python/glance_store: Remove Python 2 support (diff) | |
download | gentoo-0ac659853aa1bd7c91b2ca313195de8c59c5d7f5.tar.gz gentoo-0ac659853aa1bd7c91b2ca313195de8c59c5d7f5.tar.bz2 gentoo-0ac659853aa1bd7c91b2ca313195de8c59c5d7f5.zip |
dev-python/hacking: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hacking/hacking-0.9.2.ebuild')
-rw-r--r-- | dev-python/hacking/hacking-0.9.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hacking/hacking-0.9.2.ebuild b/dev-python/hacking/hacking-0.9.2.ebuild index 2fec7b31ec18..b354c8fcd79b 100644 --- a/dev-python/hacking/hacking-0.9.2.ebuild +++ b/dev-python/hacking/hacking-0.9.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |