tang: do not require bash

It is not used by its included scripts.

Resolves: #21799

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
Nikos Mavrogiannopoulos 2023-08-30 09:16:28 +02:00
parent c27bbd588f
commit 3e38742aab
1 changed files with 1 additions and 1 deletions

View 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