From 3e38742aab2a250f1e12b559b964e2ed73248df4 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 30 Aug 2023 09:16:28 +0200 Subject: [PATCH] tang: do not require bash It is not used by its included scripts. Resolves: #21799 Signed-off-by: Nikos Mavrogiannopoulos --- utils/tang/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/tang/Makefile b/utils/tang/Makefile index f0b02137d0..64a43804ac 100644 --- a/utils/tang/Makefile +++ b/utils/tang/Makefile @@ -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