summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-10-18 18:12:34 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2020-10-18 18:12:34 -0500
commit201021159aefae8cf09761ed1747a6a82b5e48ab (patch)
tree8af3186510fb81af260096b88a8827cec6048910 /dev-python/python-novaclient
parentdev-python/python-zaqarclient: 2.0.1 bump (diff)
downloadgentoo-201021159aefae8cf09761ed1747a6a82b5e48ab.tar.gz
gentoo-201021159aefae8cf09761ed1747a6a82b5e48ab.tar.bz2
gentoo-201021159aefae8cf09761ed1747a6a82b5e48ab.zip
dev-python/python-novaclient: remove py36 from 17.2.1
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/python-novaclient')
-rw-r--r--dev-python/python-novaclient/python-novaclient-17.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-novaclient/python-novaclient-17.2.1.ebuild b/dev-python/python-novaclient/python-novaclient-17.2.1.ebuild
index f9d08a9993ef..67deedd059ad 100644
--- a/dev-python/python-novaclient/python-novaclient-17.2.1.ebuild
+++ b/dev-python/python-novaclient/python-novaclient-17.2.1.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