Merge pull request #11078 from ddast/radicale_add_urllib_dep

radicale-py3: Add python3-urllib dependency
This commit is contained in:
Rosen Penev
2020-01-20 14:55:29 -08:00
committed by GitHub
+2 -2
View File
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=radicale PKG_NAME:=radicale
PKG_VERSION:=1.1.6 PKG_VERSION:=1.1.6
PKG_RELEASE:=2 PKG_RELEASE:=3
PKG_MAINTAINER:= PKG_MAINTAINER:=
PKG_LICENSE:=GPL-3.0 PKG_LICENSE:=GPL-3.0
@@ -48,7 +48,7 @@ define Package/radicale-py3
$(call Package/radicale/Default) $(call Package/radicale/Default)
TITLE+= (Python 3) TITLE+= (Python 3)
VARIANT:=3 VARIANT:=3
DEPENDS:=+python3-logging +python3-openssl +python3-xml +python3-codecs +python3-email DEPENDS:=+python3-logging +python3-openssl +python3-xml +python3-codecs +python3-urllib
endef endef
# shown in LuCI package description # shown in LuCI package description