diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-05-29 16:10:20 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-05-29 18:32:30 +0200 |
commit | 698e7627a7f9544c3adb6a29d03e8ee50a685f65 (patch) | |
tree | 74b5cb34e1692080c433f3294c4b9af947e75444 /dev-python/yubiotp | |
parent | dev-python/twilio: Support newer python (diff) | |
download | gentoo-698e7627a7f9544c3adb6a29d03e8ee50a685f65.tar.gz gentoo-698e7627a7f9544c3adb6a29d03e8ee50a685f65.tar.bz2 gentoo-698e7627a7f9544c3adb6a29d03e8ee50a685f65.zip |
dev-python/yubiotp: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/yubiotp')
-rw-r--r-- | dev-python/yubiotp/yubiotp-0.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/yubiotp/yubiotp-0.2.1.ebuild b/dev-python/yubiotp/yubiotp-0.2.1.ebuild index 3b7f736ef7ea..b717b151ddd9 100644 --- a/dev-python/yubiotp/yubiotp-0.2.1.ebuild +++ b/dev-python/yubiotp/yubiotp-0.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit eutils distutils-r1 |