summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-12 11:35:23 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-13 10:41:22 +0100
commit1eb5824b59ae83e33568fd10c3a891a1845158df (patch)
tree9ed5485bf87828437354efe4cad62ba7d0a52c15 /dev-python/aodhclient/aodhclient-1.2.0.ebuild
parentdev-python/WSME: Remove Python 2 support (diff)
downloadgentoo-1eb5824b59ae83e33568fd10c3a891a1845158df.tar.gz
gentoo-1eb5824b59ae83e33568fd10c3a891a1845158df.tar.bz2
gentoo-1eb5824b59ae83e33568fd10c3a891a1845158df.zip
dev-python/aodhclient: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/aodhclient/aodhclient-1.2.0.ebuild')
-rw-r--r--dev-python/aodhclient/aodhclient-1.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/aodhclient/aodhclient-1.2.0.ebuild b/dev-python/aodhclient/aodhclient-1.2.0.ebuild
index 4eb0e9a3037d..6b02d754f00d 100644
--- a/dev-python/aodhclient/aodhclient-1.2.0.ebuild
+++ b/dev-python/aodhclient/aodhclient-1.2.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