From: Michał Górny Date: Sat, 25 Jan 2020 20:36:49 +0000 (+0100) Subject: dev-python/django-nose: Remove Python 2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=169351855f2d9cb6f818f88c717eacf2b8c8fd2d;p=gentoo.git dev-python/django-nose: Remove Python 2 Signed-off-by: Michał Górny --- diff --git a/dev-python/django-nose/django-nose-1.4.4.ebuild b/dev-python/django-nose/django-nose-1.4.4.ebuild index 63446e95b0b9..cac648de9f1f 100644 --- a/dev-python/django-nose/django-nose-1.4.4.ebuild +++ b/dev-python/django-nose/django-nose-1.4.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1