diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-02-27 00:36:57 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-02-27 00:43:04 -0600 |
commit | 96c71a551a64520a5cb7872d8a28a6e0b3ca73f3 (patch) | |
tree | e61b0aa9cc230914c035b60608bd6003edc0cd41 /dev-python/python-saharaclient | |
parent | dev-python/python-senlinclient: bup (diff) | |
download | gentoo-96c71a551a64520a5cb7872d8a28a6e0b3ca73f3.tar.gz gentoo-96c71a551a64520a5cb7872d8a28a6e0b3ca73f3.tar.bz2 gentoo-96c71a551a64520a5cb7872d8a28a6e0b3ca73f3.zip |
dev-python/python-saharaclient: adding missing python impls
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/python-saharaclient')
-rw-r--r-- | dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild b/dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild index 87c6eb6a3071..78d94448be64 100644 --- a/dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild +++ b/dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) inherit distutils-r1 |