dev-python/placefinder: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 18:52:33 +0000 (19:52 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:12:23 +0000 (20:12 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/placefinder/placefinder-0.3.ebuild

index c90637b8c12f20fce5be07c3c90abdda1143eb3a..97a3ca1e6fc87d02aa3c7478122648a3d1f53b16 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1