dev-python/backports-tempfile: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 19 Mar 2020 18:30:23 +0000 (19:30 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 19 Mar 2020 18:44:21 +0000 (19:44 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/backports-tempfile/backports-tempfile-1.0.ebuild

index 5a373c085dddfe7e1358388569cf0a4de30f47c7..d6ba6260c63d7403cbf4de4ac1f1079252b01228 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1