diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:38:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:42:24 +0100 |
commit | 452a8069d8548bb86e7a561607c8ad304fbd519c (patch) | |
tree | 61aa569a0c730503a4ec7dbcc03da91e5ee2825d /dev-python/humanfriendly | |
parent | dev-python/cachetools: Remove py2 (diff) | |
download | gentoo-452a8069d8548bb86e7a561607c8ad304fbd519c.tar.gz gentoo-452a8069d8548bb86e7a561607c8ad304fbd519c.tar.bz2 gentoo-452a8069d8548bb86e7a561607c8ad304fbd519c.zip |
dev-python/humanfriendly: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/humanfriendly')
-rw-r--r-- | dev-python/humanfriendly/humanfriendly-4.17.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/humanfriendly/humanfriendly-4.17.ebuild b/dev-python/humanfriendly/humanfriendly-4.17.ebuild index 2b7465a35b7f..9fe2f4da94ec 100644 --- a/dev-python/humanfriendly/humanfriendly-4.17.ebuild +++ b/dev-python/humanfriendly/humanfriendly-4.17.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 |