diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 21:57:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 22:21:25 +0100 |
commit | 17c4cf830ee9e80ebbb42c174ca72df16cd34e5b (patch) | |
tree | 047da937bad8087cfa5a9bf421a74e492fe67d55 /dev-python/PyUtilib/PyUtilib-5.7.2.ebuild | |
parent | dev-util/gcovr: Remove py2 (diff) | |
download | gentoo-17c4cf830ee9e80ebbb42c174ca72df16cd34e5b.tar.gz gentoo-17c4cf830ee9e80ebbb42c174ca72df16cd34e5b.tar.bz2 gentoo-17c4cf830ee9e80ebbb42c174ca72df16cd34e5b.zip |
dev-python/PyUtilib: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/PyUtilib/PyUtilib-5.7.2.ebuild')
-rw-r--r-- | dev-python/PyUtilib/PyUtilib-5.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyUtilib/PyUtilib-5.7.2.ebuild b/dev-python/PyUtilib/PyUtilib-5.7.2.ebuild index 1c83d3e94854..38d68ddf6073 100644 --- a/dev-python/PyUtilib/PyUtilib-5.7.2.ebuild +++ b/dev-python/PyUtilib/PyUtilib-5.7.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_IN_SOURCE_BUILD=1 inherit distutils-r1 |