diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:16:23 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:16:23 +0100 |
commit | 4bf97f40949a97422a6d53a6ffe9fabc2cbd25d2 (patch) | |
tree | 920fa2081c260527c84d6447ffbfb985907af13d /dev-python/basho-erlastic | |
parent | dev-python/babelfish: Remove py2 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |