dev-python/prettytable: Remove redundant version
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 10:57:10 +0000 (11:57 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:44:51 +0000 (10:44 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/prettytable/prettytable-0.7.2-r1.ebuild
dev-python/prettytable/prettytable-0.7.2.ebuild

index f0af3074a0e2a853d54281aa4e4662c1b06e26be..908cb74004860f3cd4d60cd41ed19b980e45476d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
 
 inherit distutils-r1
 
index c802a5cc7d21d09a445fc051cf6ef467e9198b55..e7f7440c1c534430690cfd20b7c4ed8791d3fb70 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python2_7 python3_6 )
 
 inherit distutils-r1