Skip to content

Commit

Permalink
feat: adding python3-requests to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Dec 23, 2024
1 parent c034f31 commit dbbc132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ns-api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ define Package/ns-api
CATEGORY:=NethSecurity
TITLE:=NethSecurity REST API
URL:=https://github.com/NethServer/nethsecurity-controller/
DEPENDS:=+python3-nethsec +python3-openssl +python3-urllib +python3-idna
DEPENDS:=+python3-nethsec +python3-openssl +python3-urllib +python3-idna +python3-requests
PKGARCH:=all
endef

Expand Down

0 comments on commit dbbc132

Please sign in to comment.