We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c034f31 commit dbbc132Copy full SHA for dbbc132
packages/ns-api/Makefile
@@ -21,7 +21,7 @@ define Package/ns-api
21
CATEGORY:=NethSecurity
22
TITLE:=NethSecurity REST API
23
URL:=https://github.com/NethServer/nethsecurity-controller/
24
- DEPENDS:=+python3-nethsec +python3-openssl +python3-urllib +python3-idna
+ DEPENDS:=+python3-nethsec +python3-openssl +python3-urllib +python3-idna +python3-requests
25
PKGARCH:=all
26
endef
27
0 commit comments