dev-python/micawber: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:28:53 +0000 (17:28 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:52:42 +0000 (17:52 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/micawber/micawber-0.3.3.ebuild

index c4c6f95a011200974c2b59e64b239bec6ad95b1b..e49d553ef81b41bd53bfe462898bf0cf2e6b9c9a 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
 
 DESCRIPTION="A small library for extracting rich content from urls"