From: Paul Donald Date: Sun, 5 Jan 2025 20:49:41 +0000 (+0000) Subject: luci-app-radicale: add radicale dependency X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=65c86ed3244f5ad3dc5fdfca93f40b20ab2f550c;p=project%2Fluci.git luci-app-radicale: add radicale dependency The radicale package 'PROVIDES:=' both -py2 and -py3. Other than this there are no radicale-py2 radicale-py3 packages. Signed-off-by: Paul Donald --- diff --git a/applications/luci-app-radicale/Makefile b/applications/luci-app-radicale/Makefile index 3d4e5e6aac..afcaf321a3 100644 --- a/applications/luci-app-radicale/Makefile +++ b/applications/luci-app-radicale/Makefile @@ -10,22 +10,19 @@ PKG_NAME:=luci-app-radicale PKG_VERSION:=1.1.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Christian Schoenebeck LUCI_TITLE:=LuCI Support for Radicale CardDAV/CalDAV -LUCI_DEPENDS:=+luci-compat +luci-lib-ipkg +luci-base +LUCI_DEPENDS:=+luci-compat +luci-lib-ipkg +luci-base +radicale define Package/$(PKG_NAME)/config # shown in make menuconfig help $(LUCI_TITLE) . - !!! Package "radicale-py2" or "radicale-py3" needs to be !!! - !!! installed sepearatly. There is no buildin dependency set !!! - . Version: $(PKG_VERSION)-$(PKG_RELEASE) $(PKG_MAINTAINER) endef