summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-01 23:09:17 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-04 13:59:45 +0200
commit2819a5457649bb20f61beaf37ed3866909718dcf (patch)
treeff8429aac0318e982700d84b79ae7c17a28de48d /dev-python/hyperlink
parentdev-python/m2r: Remove py2.7 (diff)
downloadgentoo-2819a5457649bb20f61beaf37ed3866909718dcf.tar.gz
gentoo-2819a5457649bb20f61beaf37ed3866909718dcf.tar.bz2
gentoo-2819a5457649bb20f61beaf37ed3866909718dcf.zip
dev-python/hyperlink: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hyperlink')
-rw-r--r--dev-python/hyperlink/hyperlink-19.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hyperlink/hyperlink-19.0.0.ebuild b/dev-python/hyperlink/hyperlink-19.0.0.ebuild
index 4457f97f42f9..3d1b449904b3 100644
--- a/dev-python/hyperlink/hyperlink-19.0.0.ebuild
+++ b/dev-python/hyperlink/hyperlink-19.0.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1