From: David Seifert Date: Sat, 28 Dec 2019 16:12:04 +0000 (+0100) Subject: dev-python/django-otp: Remove Py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3bb1d775b95c4b77dfce7237c99c41fb27c7d8f3;p=gentoo.git dev-python/django-otp: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-python/django-otp/django-otp-0.4.3.ebuild b/dev-python/django-otp/django-otp-0.4.3.ebuild index 52f70437eda0..7a39022e0c2c 100644 --- a/dev-python/django-otp/django-otp-0.4.3.ebuild +++ b/dev-python/django-otp/django-otp-0.4.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1