summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-12 11:37:01 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-13 10:41:45 +0100
commit20d22a4ee993e7d699bcce798c45665c78bb1eb1 (patch)
treea10fba7533a3b7d7dac37c341c7e1e1fd238bb7e
parentdev-python/oslo-sphinx: Remove Python 2 support (diff)
downloadgentoo-20d22a4ee993e7d699bcce798c45665c78bb1eb1.tar.gz
gentoo-20d22a4ee993e7d699bcce798c45665c78bb1eb1.tar.bz2
gentoo-20d22a4ee993e7d699bcce798c45665c78bb1eb1.zip
dev-python/oslo-upgradecheck: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/oslo-upgradecheck/oslo-upgradecheck-0.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/oslo-upgradecheck/oslo-upgradecheck-0.2.1.ebuild b/dev-python/oslo-upgradecheck/oslo-upgradecheck-0.2.1.ebuild
index b4f3ef9b45fb..7b1036e50994 100644
--- a/dev-python/oslo-upgradecheck/oslo-upgradecheck-0.2.1.ebuild
+++ b/dev-python/oslo-upgradecheck/oslo-upgradecheck-0.2.1.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