Skip to content

Commit

Permalink
Add missing requests and requests_kerberos dependencies (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: Jesus Checa Hidalgo <[email protected]>
  • Loading branch information
jchecahi and Jesus Checa Hidalgo authored Apr 5, 2024
1 parent e4fbc2f commit 6ee5932
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ endef
##@ Utils

system/fedora: .FORCE ## Install Fedora system requirements (needs sudo)
sudo dnf -y install krb5-devel
sudo dnf -y install krb5-devel gcc python3-devel

# See https://www.thapaliya.com/en/writings/well-documented-makefiles/ for details.
reverse = $(if $(1),$(call reverse,$(wordlist 2,$(words $(1)),$(1)))) $(firstword $(1))
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ dependencies = [
"click>=8.0.3,!=8.1.4",
"attrs>=20.3.0",
"ruamel.yaml>=0.16.6",
"jinja2>=2.11.3"
"jinja2>=2.11.3",
"requests",
"requests_kerberos"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 6ee5932

Please sign in to comment.