summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-06 06:49:14 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-06 06:59:42 +0100
commit2571a2a8d559600594d1af6f6f429c38e3d7c0c3 (patch)
treeacccbea6a4f85a6bc33eaf705047ecffbf51f895
parentdev-python/serpent: Remove py2 (diff)
downloadgentoo-2571a2a8.tar.gz
gentoo-2571a2a8.tar.bz2
gentoo-2571a2a8.zip
dev-python/setuptools_trial: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/setuptools_trial/setuptools_trial-0.6.0.ebuild2
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