summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-12 11:35:16 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-13 10:41:19 +0100
commit9cb86c53919b529cc5f2fcf55badde542f74d3e5 (patch)
tree2b56b9daa7546ff6f829ac10162ddf19a1c38c92 /app-emulation/glean
parentdev-python/sortedcontainers: Fix more import mismatches (diff)
downloadgentoo-9cb86c53919b529cc5f2fcf55badde542f74d3e5.tar.gz
gentoo-9cb86c53919b529cc5f2fcf55badde542f74d3e5.tar.bz2
gentoo-9cb86c53919b529cc5f2fcf55badde542f74d3e5.zip
app-emulation/glean: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-emulation/glean')
-rw-r--r--app-emulation/glean/glean-1.10.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/glean/glean-1.10.3.ebuild b/app-emulation/glean/glean-1.10.3.ebuild
index 02386303f869..db1ffac942b3 100644
--- a/app-emulation/glean/glean-1.10.3.ebuild
+++ b/app-emulation/glean/glean-1.10.3.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1