dev-python/URLObject: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:51:28 +0000 (07:51 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 07:08:01 +0000 (08:08 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/URLObject/URLObject-2.4.3.ebuild

index 2c73710f1b39c21a71bb61d246ef64dc1e9a4355..5796b3cf392fe4e23c958cedebed0a7e2e6e8e2d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1