summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-12 11:39:22 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-13 10:42:18 +0100
commitf9f5da99653c9643bfc07561b8b9a33957923d4c (patch)
tree13dbfcff132f6df42197edd5022c16af8a30256a /dev-python/yaql
parentdev-python/tenacity: Remove Python 2 support (diff)
downloadgentoo-f9f5da99653c9643bfc07561b8b9a33957923d4c.tar.gz
gentoo-f9f5da99653c9643bfc07561b8b9a33957923d4c.tar.bz2
gentoo-f9f5da99653c9643bfc07561b8b9a33957923d4c.zip
dev-python/yaql: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/yaql')
-rw-r--r--dev-python/yaql/yaql-1.1.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/yaql/yaql-1.1.3.ebuild b/dev-python/yaql/yaql-1.1.3.ebuild
index 9702ff260a84..5e2d7e972e02 100644
--- a/dev-python/yaql/yaql-1.1.3.ebuild
+++ b/dev-python/yaql/yaql-1.1.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1