diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-01 23:09:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-04 13:59:45 +0200 |
commit | 2819a5457649bb20f61beaf37ed3866909718dcf (patch) | |
tree | ff8429aac0318e982700d84b79ae7c17a28de48d /dev-python/hyperlink | |
parent | dev-python/m2r: Remove py2.7 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |