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

index 63446e95b0b93f68080423a7c71ff01f6007d745..cac648de9f1faf8abf2a83298a8f64662818c3d3 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1