luci-app-radicale: add radicale dependency
authorPaul Donald <newtwen+github@gmail.com>
Sun, 5 Jan 2025 20:49:41 +0000 (20:49 +0000)
committerPaul Donald <newtwen+github@gmail.com>
Sun, 5 Jan 2025 20:49:41 +0000 (20:49 +0000)
The radicale package 'PROVIDES:=' both -py2 and -py3.

Other than this there are no radicale-py2 radicale-py3 packages.

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
applications/luci-app-radicale/Makefile

index 3d4e5e6aac2ee956041c3e17ff95ff2f4907cff8..afcaf321a39b3dc01518bf7f7e7ef1ac336c4a85 100644 (file)
@@ -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 <christian.schoenebeck@gmail.com>
 
 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>
 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