summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-09 10:17:23 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-09 10:23:24 +0200
commit6e278e0faf0e9bc5aae2295ca64fa91ba96f1f9c (patch)
tree2b4b192d114f2fc427d0bc4525f0a51fa7956e97 /dev-python/django
parentdev-python/denonavr: Bump to 0.10.7 (diff)
downloadgentoo-6e278e0faf0e9bc5aae2295ca64fa91ba96f1f9c.tar.gz
gentoo-6e278e0faf0e9bc5aae2295ca64fa91ba96f1f9c.tar.bz2
gentoo-6e278e0faf0e9bc5aae2295ca64fa91ba96f1f9c.zip
dev-python/django: Fix NonexistentDeps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django')
-rw-r--r--dev-python/django/django-3.1.10.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-python/django/django-3.1.10.ebuild b/dev-python/django/django-3.1.10.ebuild
index 387e16362123..16ea57edc020 100644
--- a/dev-python/django/django-3.1.10.ebuild
+++ b/dev-python/django/django-3.1.10.ebuild
@@ -27,10 +27,7 @@ IUSE="doc sqlite test"
RESTRICT="!test? ( test )"
RDEPEND="
- || (
- >=dev-python/asgiref-3.3.4[${PYTHON_USEDEP}]
- <dev-python/asgiref-3.3.2[${PYTHON_USEDEP}]
- )
+ >=dev-python/asgiref-3.3.4[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
>=dev-python/sqlparse-0.2.2[${PYTHON_USEDEP}]"
BDEPEND="