dev-python/PyRSS2Gen: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:45:04 +0000 (20:45 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:53:27 +0000 (20:53 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild

index d736f664a604ade1bf48acdbc1ee545d5887d525..2c5e40a8cba8f509830f62fc9f6d46506585d302 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