diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-12 22:40:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-13 10:45:49 +0100 |
commit | d44b12afa5a137ef4393329fb9105c8e09480f85 (patch) | |
tree | e6e9a293a013a9b2f22571499a29788ab04cdab8 /dev-python/oslo-policy/oslo-policy-1.38.1.ebuild | |
parent | dev-python/oslo-middleware: Remove Python 2 support (diff) | |
download | gentoo-d44b12afa5a137ef4393329fb9105c8e09480f85.tar.gz gentoo-d44b12afa5a137ef4393329fb9105c8e09480f85.tar.bz2 gentoo-d44b12afa5a137ef4393329fb9105c8e09480f85.zip |
dev-python/oslo-policy: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oslo-policy/oslo-policy-1.38.1.ebuild')
-rw-r--r-- | dev-python/oslo-policy/oslo-policy-1.38.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/oslo-policy/oslo-policy-1.38.1.ebuild b/dev-python/oslo-policy/oslo-policy-1.38.1.ebuild index b0819e4f3b24..85007c3f1dfa 100644 --- a/dev-python/oslo-policy/oslo-policy-1.38.1.ebuild +++ b/dev-python/oslo-policy/oslo-policy-1.38.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |