summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-12 11:38:28 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-13 10:42:10 +0100
commit9eebfc1b7b1c9afacbe4ab0188c1a9555511c1f9 (patch)
treed2f7dd0c1f61a6c8abf85cc3d5b60192c01b3fe2 /dev-python
parentdev-python/python-saharaclient: Remove Python 2 support (diff)
downloadgentoo-9eebfc1b7b1c9afacbe4ab0188c1a9555511c1f9.tar.gz
gentoo-9eebfc1b7b1c9afacbe4ab0188c1a9555511c1f9.tar.bz2
gentoo-9eebfc1b7b1c9afacbe4ab0188c1a9555511c1f9.zip
dev-python/python-swiftclient: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-swiftclient/python-swiftclient-3.7.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-swiftclient/python-swiftclient-3.7.0.ebuild b/dev-python/python-swiftclient/python-swiftclient-3.7.0.ebuild
index 0f70c7f06f45..2a754760dd5f 100644
--- a/dev-python/python-swiftclient/python-swiftclient-3.7.0.ebuild
+++ b/dev-python/python-swiftclient/python-swiftclient-3.7.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