dev-python/setuptools_trial: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 05:49:14 +0000 (06:49 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 05:59:42 +0000 (06:59 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/setuptools_trial/setuptools_trial-0.6.0.ebuild

index 031cd9a3a5e6f97169d31767a7676e11c3eb60a0..40e5bf7921ad458a084fbf52ba69d6818baa4b68 100644 (file)
@@ -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