diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 13:10:00 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 16:41:41 +0200 |
commit | 969dabbc089d1407566f1d7f2d60e5d98a0bea2f (patch) | |
tree | 24dbe401e3eefe9f44d68fd17accecfa8edb09ea /dev-python/django-otp-yubikey | |
parent | dev-python/django-otp: Support newer python (diff) | |
download | gentoo-969dabbc089d1407566f1d7f2d60e5d98a0bea2f.tar.gz gentoo-969dabbc089d1407566f1d7f2d60e5d98a0bea2f.tar.bz2 gentoo-969dabbc089d1407566f1d7f2d60e5d98a0bea2f.zip |
dev-python/django-otp-yubikey: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/django-otp-yubikey')
-rw-r--r-- | dev-python/django-otp-yubikey/django-otp-yubikey-0.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/django-otp-yubikey/django-otp-yubikey-0.3.3.ebuild b/dev-python/django-otp-yubikey/django-otp-yubikey-0.3.3.ebuild index a3028a73ed2f..ddf4f69cfa45 100644 --- a/dev-python/django-otp-yubikey/django-otp-yubikey-0.3.3.ebuild +++ b/dev-python/django-otp-yubikey/django-otp-yubikey-0.3.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 |