From: Nikos Mavrogiannopoulos Date: Wed, 30 Aug 2023 07:16:28 +0000 (+0200) Subject: tang: do not require bash X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3e38742aab2a250f1e12b559b964e2ed73248df4;p=openwrt-packages.git tang: do not require bash It is not used by its included scripts. Resolves: #21799 Signed-off-by: Nikos Mavrogiannopoulos --- diff --git a/utils/tang/Makefile b/utils/tang/Makefile index f0b02137d..64a43804a 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