summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-08 09:21:42 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-08 09:25:09 +0100
commit02f6c40b44bac39232f728e7bc3b7b67f3cba6a6 (patch)
tree4f60b8c0d5a1f9164b1a591abf480e73b1ccc9fe /dev-python/django/django-2.2.11.ebuild
parentdev-python/python-sqlparse: Remove redundant versions (diff)
downloadgentoo-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/django/django-2.2.11.ebuild')
-rw-r--r--dev-python/django/django-2.2.11.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django/django-2.2.11.ebuild b/dev-python/django/django-2.2.11.ebuild
index e336a1793434..7a3345a89f49 100644
--- a/dev-python/django/django-2.2.11.ebuild
+++ b/dev-python/django/django-2.2.11.ebuild
@@ -29,7 +29,7 @@ RESTRICT="!test? ( test )"
RDEPEND="
dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/python-sqlparse[${PYTHON_USEDEP}]"
+ dev-python/sqlparse[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )