dev-python/django-tagging: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Sat, 25 Jan 2020 20:40:43 +0000 (21:40 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 25 Jan 2020 20:54:11 +0000 (21:54 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/django-tagging/django-tagging-0.4.6.ebuild

index e7895991389304489dd0995bc81474f97b98937e..b74d6f857aec84aca683ea18dd1741373aca3a6b 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1