mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 06:04:31 +04:00
python3-asgiref: add package to fix django
Django 3 has this package as dependency. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=django
|
||||
PKG_VERSION:=3.0.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PYPI_NAME:=Django
|
||||
PKG_HASH:=8c3575f81e11390893860d97e1e0154c47512f180ea55bd84ce8fa69ba8051ca
|
||||
@@ -34,7 +34,7 @@ endef
|
||||
|
||||
define Package/python3-django
|
||||
$(call Package/django/Default)
|
||||
DEPENDS:= +python3 +python3-pytz +python3-sqlparse
|
||||
DEPENDS:= +python3 +python3-pytz +python3-sqlparse +python3-asgiref
|
||||
VARIANT:=python3
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user