Skip to content

Commit dbbc132

Browse files
committed
feat: adding python3-requests to build
1 parent c034f31 commit dbbc132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ns-api/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ define Package/ns-api
2121
CATEGORY:=NethSecurity
2222
TITLE:=NethSecurity REST API
2323
URL:=https://github.com/NethServer/nethsecurity-controller/
24-
DEPENDS:=+python3-nethsec +python3-openssl +python3-urllib +python3-idna
24+
DEPENDS:=+python3-nethsec +python3-openssl +python3-urllib +python3-idna +python3-requests
2525
PKGARCH:=all
2626
endef
2727

0 commit comments

Comments
 (0)