tang: do not require bash
authorNikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Wed, 30 Aug 2023 07:16:28 +0000 (09:16 +0200)
committerNikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Wed, 30 Aug 2023 07:26:33 +0000 (09:26 +0200)
It is not used by its included scripts.

Resolves: #21799

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
utils/tang/Makefile

index f0b02137d0747240304e931386facac09a263f74..64a43804ac7c0bb45eb7e50ff06811d9800e699e 100644 (file)
@@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/meson.mk
 define Package/tang
   SECTION:=utils
   TITLE:=tang v$(PKG_VERSION) - daemon for binding data to the presence of a third party
-  DEPENDS:=+libhttp-parser +jose +bash
+  DEPENDS:=+libhttp-parser +jose
   URL:=https://github.com/latchset/tang
   USERID:=tang:tang
 endef