summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-17 20:49:25 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-17 20:52:33 +0100
commit0b76d3e5058a0ac9e46f740c65e05abd743081d8 (patch)
tree70296b288063bde102d86ee32e39e6ddacf34eb2 /dev-python/alembic/alembic-1.0.8.ebuild
parentdev-python/python-memcached: Drop py2 (diff)
downloadgentoo-0b76d3e5058a0ac9e46f740c65e05abd743081d8.tar.gz
gentoo-0b76d3e5058a0ac9e46f740c65e05abd743081d8.tar.bz2
gentoo-0b76d3e5058a0ac9e46f740c65e05abd743081d8.zip
dev-python/alembic: Drop py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/alembic/alembic-1.0.8.ebuild')
-rw-r--r--dev-python/alembic/alembic-1.0.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/alembic/alembic-1.0.8.ebuild b/dev-python/alembic/alembic-1.0.8.ebuild
index 48fae2095336..c19da229c3ab 100644
--- a/dev-python/alembic/alembic-1.0.8.ebuild
+++ b/dev-python/alembic/alembic-1.0.8.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="database migrations tool, written by the author of SQLAlchemy"