Skip to content
Snippets Groups Projects
Unverified Commit 5afe3fd1 authored by Rosen Penev's avatar Rosen Penev Committed by GitHub
Browse files

Merge pull request #11078 from ddast/radicale_add_urllib_dep

radicale-py3: Add python3-urllib dependency
parents 72af40f2 ea93089a
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=radicale
PKG_VERSION:=1.1.6
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_MAINTAINER:=
PKG_LICENSE:=GPL-3.0
......@@ -48,7 +48,7 @@ define Package/radicale-py3
$(call Package/radicale/Default)
TITLE+= (Python 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
# shown in LuCI package description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment