summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-03 21:43:07 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-03 21:46:04 +0100
commitdbe3fb080f27c5b604e4d2cdc3576215a965252d (patch)
treebe7daafbe29b2ee2c3bcaca168377199d6d022e4 /dev-python/mamba
parentdev-python/expects: Remove py2 (diff)
downloadgentoo-dbe3fb080f27c5b604e4d2cdc3576215a965252d.tar.gz
gentoo-dbe3fb080f27c5b604e4d2cdc3576215a965252d.tar.bz2
gentoo-dbe3fb080f27c5b604e4d2cdc3576215a965252d.zip
dev-python/mamba: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mamba')
-rw-r--r--dev-python/mamba/mamba-0.8.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mamba/mamba-0.8.6.ebuild b/dev-python/mamba/mamba-0.8.6.ebuild
index e12a951613b2..91ab921fc603 100644
--- a/dev-python/mamba/mamba-0.8.6.ebuild
+++ b/dev-python/mamba/mamba-0.8.6.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1