summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-04 14:16:23 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-04 14:16:23 +0100
commit4bf97f40949a97422a6d53a6ffe9fabc2cbd25d2 (patch)
tree920fa2081c260527c84d6447ffbfb985907af13d /dev-python/basho-erlastic
parentdev-python/babelfish: Remove py2 (diff)
downloadgentoo-4bf97f40949a97422a6d53a6ffe9fabc2cbd25d2.tar.gz
gentoo-4bf97f40949a97422a6d53a6ffe9fabc2cbd25d2.tar.bz2
gentoo-4bf97f40949a97422a6d53a6ffe9fabc2cbd25d2.zip
dev-python/basho-erlastic: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/basho-erlastic')
-rw-r--r--dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild b/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
index 39b775042479..4985dad88ade 100644
--- a/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
+++ b/dev-python/basho-erlastic/basho-erlastic-2.1.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1