From ea93089afd3c6222467506797e2dc7b1a2b5098f Mon Sep 17 00:00:00 2001 From: Dennis Dast Date: Mon, 20 Jan 2020 20:43:34 +0100 Subject: [PATCH] radicale-py3: Add python3-urllib dependency Depend on python3-urllib instead of python3-email (python3-urllib has python3-email as a dependency). Signed-off-by: Dennis Dast --- net/radicale/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/radicale/Makefile b/net/radicale/Makefile index f733a7075..fb9384b68 100644 --- a/net/radicale/Makefile +++ b/net/radicale/Makefile @@ -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