diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-08 09:21:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-08 09:25:09 +0100 |
commit | 02f6c40b44bac39232f728e7bc3b7b67f3cba6a6 (patch) | |
tree | 4f60b8c0d5a1f9164b1a591abf480e73b1ccc9fe /dev-python/sqlalchemy-migrate | |
parent | dev-python/python-sqlparse: Remove redundant versions (diff) | |
download | gentoo-02f6c40b44bac39232f728e7bc3b7b67f3cba6a6.tar.gz gentoo-02f6c40b44bac39232f728e7bc3b7b67f3cba6a6.tar.bz2 gentoo-02f6c40b44bac39232f728e7bc3b7b67f3cba6a6.zip |
Move dev-python/{python-sqlparse → sqlparse}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sqlalchemy-migrate')
-rw-r--r-- | dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.12.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 dd4ee913886e..ba41ae0e7e4d 100644 --- a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.12.0.ebuild +++ b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.12.0.ebuild @@ -22,7 +22,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] RDEPEND=">=dev-python/sqlalchemy-0.9.6[${PYTHON_USEDEP}] dev-python/decorator[${PYTHON_USEDEP}] >=dev-python/six-1.7.0[${PYTHON_USEDEP}] - dev-python/python-sqlparse[${PYTHON_USEDEP}] + dev-python/sqlparse[${PYTHON_USEDEP}] >=dev-python/tempita-0.4[${PYTHON_USEDEP}]" # Testsuite requires a missing dep and errors with poor report output |