diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-06-20 14:17:00 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-06-20 14:23:42 -0500 |
commit | 4c961b14cf343fa0a86bfd322b2122d5b735f3f0 (patch) | |
tree | a42de459438724e375edbe21119557c593b717a4 /dev-python/keystoneauth | |
parent | dev-python/osc-lib: 2.0.0 bump (diff) | |
download | gentoo-4c961b14cf343fa0a86bfd322b2122d5b735f3f0.tar.gz gentoo-4c961b14cf343fa0a86bfd322b2122d5b735f3f0.tar.bz2 gentoo-4c961b14cf343fa0a86bfd322b2122d5b735f3f0.zip |
dev-python/keystoneauth: 4.0.0 add py36 flag
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/keystoneauth')
-rw-r--r-- | dev-python/keystoneauth/keystoneauth-4.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/keystoneauth/keystoneauth-4.0.0.ebuild b/dev-python/keystoneauth/keystoneauth-4.0.0.ebuild index d60a54111e53..60b0dac745a6 100644 --- a/dev-python/keystoneauth/keystoneauth-4.0.0.ebuild +++ b/dev-python/keystoneauth/keystoneauth-4.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 |