diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-12 11:35:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-13 10:41:19 +0100 |
commit | 9cb86c53919b529cc5f2fcf55badde542f74d3e5 (patch) | |
tree | 2b56b9daa7546ff6f829ac10162ddf19a1c38c92 /app-emulation/glean | |
parent | dev-python/sortedcontainers: Fix more import mismatches (diff) | |
download | gentoo-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.ebuild | 2 |
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 |