diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 06:49:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 06:59:42 +0100 |
commit | 2571a2a8d559600594d1af6f6f429c38e3d7c0c3 (patch) | |
tree | acccbea6a4f85a6bc33eaf705047ecffbf51f895 /dev-python/setuptools_trial | |
parent | dev-python/serpent: Remove py2 (diff) | |
download | gentoo-2571a2a8d559600594d1af6f6f429c38e3d7c0c3.tar.gz gentoo-2571a2a8d559600594d1af6f6f429c38e3d7c0c3.tar.bz2 gentoo-2571a2a8d559600594d1af6f6f429c38e3d7c0c3.zip |
dev-python/setuptools_trial: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/setuptools_trial')
-rw-r--r-- | dev-python/setuptools_trial/setuptools_trial-0.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/setuptools_trial/setuptools_trial-0.6.0.ebuild b/dev-python/setuptools_trial/setuptools_trial-0.6.0.ebuild index 031cd9a3a5e6..40e5bf7921ad 100644 --- a/dev-python/setuptools_trial/setuptools_trial-0.6.0.ebuild +++ b/dev-python/setuptools_trial/setuptools_trial-0.6.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |