diff options
author | 2020-01-12 11:39:25 +0100 | |
---|---|---|
committer | 2020-01-13 10:42:19 +0100 | |
commit | 69678570efcda0fc143e71b828a09bd4eef40885 (patch) | |
tree | 7a91fd9eadda6d807ac20a139d4ac0d4000d3683 /sys-auth/keystone/keystone-16.0.0.ebuild | |
parent | dev-python/yaql: Remove Python 2 support (diff) | |
download | gentoo-69678570efcda0fc143e71b828a09bd4eef40885.tar.gz gentoo-69678570efcda0fc143e71b828a09bd4eef40885.tar.bz2 gentoo-69678570efcda0fc143e71b828a09bd4eef40885.zip |
sys-auth/keystone: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-auth/keystone/keystone-16.0.0.ebuild')
-rw-r--r-- | sys-auth/keystone/keystone-16.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/keystone/keystone-16.0.0.ebuild b/sys-auth/keystone/keystone-16.0.0.ebuild index 0e2c135e1dd..5a084df6e8c 100644 --- a/sys-auth/keystone/keystone-16.0.0.ebuild +++ b/sys-auth/keystone/keystone-16.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 user |