Add fedora rpm building
All checks were successful
CI / test (push) Successful in 4m45s
Lint / test (push) Successful in 28s
Trivy / test (push) Successful in 17s

This commit is contained in:
Miguel Jacq 2025-12-27 16:56:30 +11:00
parent 8c478249d9
commit 4d2250f974
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
6 changed files with 185 additions and 5 deletions

View file

@ -10,8 +10,8 @@ repository = "https://git.mig5.net/mig5/enroll"
[tool.poetry.dependencies]
python = "^3.10"
pyyaml = "^6.0.3"
paramiko = "^4.0.0"
pyyaml = "^6"
paramiko = ">=3.5"
[tool.poetry.scripts]
enroll = "enroll.cli:main"