diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-03-25 10:10:27 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-03-25 10:18:35 -0500 |
commit | 906be509769ee53486ed0ea1b549119ddba28235 (patch) | |
tree | d93b21c01adcdfb7f07f1b0698d8a4e50b98634c /sys-auth | |
parent | dev-python/gevent: version bump fix #569888 (diff) | |
download | gentoo-906be509769ee53486ed0ea1b549119ddba28235.tar.gz gentoo-906be509769ee53486ed0ea1b549119ddba28235.tar.bz2 gentoo-906be509769ee53486ed0ea1b549119ddba28235.zip |
sys-auth/keystone: still no py3 :(
https://wiki.openstack.org/wiki/Python3#Python_3_Status_of_OpenStack_projects
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/keystone/keystone-2016.1.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/keystone/keystone-2016.1.9999.ebuild b/sys-auth/keystone/keystone-2016.1.9999.ebuild index 8ffebca822f6..bade3ef1d60d 100644 --- a/sys-auth/keystone/keystone-2016.1.9999.ebuild +++ b/sys-auth/keystone/keystone-2016.1.9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 git-r3 user |