debian package: add missing dependency on python3-xmltodict
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
487d38eafe
commit
742e00f24d
1 changed files with 1 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -7,7 +7,7 @@ Standards-Version: 3.9.6
|
|||
|
||||
Package: check-forgejo-upgrade
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, python3, python3-requests
|
||||
Depends: ${misc:Depends}, python3, python3-requests, python3-xmltodict
|
||||
Description: Monitoring plugin to check Forgejo instance upgrade status
|
||||
This Icinga/Nagios check plugin permit to check Forgejo instance upgrade
|
||||
status by comparing the local forgejo binary version against the latest
|
||||
|
|
Loading…
Reference in a new issue