diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-18 18:54:17 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-18 18:54:29 -0500 |
commit | 850c35fcce4de3d803a7500220929c261bdcaf37 (patch) | |
tree | 9053c402bb242b5bc8209fcf2ebd2558226972df /dev-python/python-openstackclient | |
parent | dev-python/python-bugzilla: Version bump (diff) | |
download | gentoo-850c35fcce4de3d803a7500220929c261bdcaf37.tar.gz gentoo-850c35fcce4de3d803a7500220929c261bdcaf37.tar.bz2 gentoo-850c35fcce4de3d803a7500220929c261bdcaf37.zip |
dev-python/python-openstackclient: remove py36 from 5.4.0
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/python-openstackclient')
-rw-r--r-- | dev-python/python-openstackclient/python-openstackclient-5.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-openstackclient/python-openstackclient-5.4.0.ebuild b/dev-python/python-openstackclient/python-openstackclient-5.4.0.ebuild index e94c34d5eb6e..f7070f8add66 100644 --- a/dev-python/python-openstackclient/python-openstackclient-5.4.0.ebuild +++ b/dev-python/python-openstackclient/python-openstackclient-5.4.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |