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

index 119fea031ee7ca592f834a4e69ee71fecb8dff47..af7c1eef0477f87553a9e42f1d06319691210cfb 100644 (file)
@@ -6,7 +6,7 @@ EAPI=5
 MY_PN="python-${PN}"
 MY_P="${MY_PN}-${PV}"
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1