projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8264a8b
)
dev-python/django-otp: Remove Py2
author
David Seifert
<soap@gentoo.org>
Sat, 28 Dec 2019 16:12:04 +0000
(17:12 +0100)
committer
David Seifert
<soap@gentoo.org>
Sat, 28 Dec 2019 16:12:04 +0000
(17:12 +0100)
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/django-otp/django-otp-0.4.3.ebuild
patch
|
blob
|
history
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 52f70437eda016cced183553d9e59133fd528b45..7a39022e0c2c2e546d2835115680ff42f63bc792 100644
(file)
--- 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=( python
2_7 python
3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1