diff options
author | David Seifert <soap@gentoo.org> | 2019-12-28 17:12:04 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-28 17:12:04 +0100 |
commit | 3bb1d775b95c4b77dfce7237c99c41fb27c7d8f3 (patch) | |
tree | 994ae138e13f63c5f3f21bc649a565f0dab947a7 /dev-python/django-otp | |
parent | dev-python/django-haystack: Remove Py2 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |