summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-28 17:12:04 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-28 17:12:04 +0100
commit3bb1d775b95c4b77dfce7237c99c41fb27c7d8f3 (patch)
tree994ae138e13f63c5f3f21bc649a565f0dab947a7 /dev-python/django-otp
parentdev-python/django-haystack: Remove Py2 (diff)
downloadgentoo-3bb1d775b95c4b77dfce7237c99c41fb27c7d8f3.tar.gz
gentoo-3bb1d775b95c4b77dfce7237c99c41fb27c7d8f3.tar.bz2
gentoo-3bb1d775b95c4b77dfce7237c99c41fb27c7d8f3.zip
dev-python/django-otp: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/django-otp')
-rw-r--r--dev-python/django-otp/django-otp-0.4.3.ebuild2
1 files changed, 1 insertions, 1 deletions
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