diff options
author | 2019-01-27 17:44:21 -0600 | |
---|---|---|
committer | 2019-01-27 18:25:29 -0600 | |
commit | 1657850d1327fbfc512a6a573adf43a025b57372 (patch) | |
tree | ddfc3153f166c2ffe875e293af5e002ae51879a7 /dev-python/oslo-context | |
parent | dev-python/oslo-serialization: add py37 support (diff) | |
download | gentoo-1657850d1327fbfc512a6a573adf43a025b57372.tar.gz gentoo-1657850d1327fbfc512a6a573adf43a025b57372.tar.bz2 gentoo-1657850d1327fbfc512a6a573adf43a025b57372.zip |
dev-python/oslo-context: add py37 support
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/oslo-context')
-rw-r--r-- | dev-python/oslo-context/oslo-context-2.21.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/oslo-context/oslo-context-2.21.0.ebuild b/dev-python/oslo-context/oslo-context-2.21.0.ebuild index 5e4b1fba4338..b31826bc5d03 100644 --- a/dev-python/oslo-context/oslo-context-2.21.0.ebuild +++ b/dev-python/oslo-context/oslo-context-2.21.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) inherit distutils-r1 |