From: Michał Górny Date: Fri, 6 Mar 2020 11:54:14 +0000 (+0100) Subject: dev-python/sqlalchemy-migrate: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=53f6da152abe2311a41718385920db955079d48f;p=gentoo.git dev-python/sqlalchemy-migrate: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.12.0.ebuild b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.12.0.ebuild index ececcdb04577..dd4ee913886e 100644 --- a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.12.0.ebuild +++ b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.12.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1