Skip to content

Commit

Permalink
fix(packaging): add dependency to perl(lib) (#1698)
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Sep 13, 2024
1 parent 9f69cc5 commit 2e077f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gorgone/packaging/centreon-gorgone.spectemplate
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Requires: perl(Clone)
Requires: perl(Sys::Syslog)
Requires: perl(DateTime)
Requires: perl(Try::Tiny)
Requires: perl(lib)
Requires: tar
AutoReqProv: no

Expand Down
1 change: 1 addition & 0 deletions gorgone/packaging/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Depends:
libzmq-constants-perl,
libzmq5,
zmq-libzmq4-perl,
perl-base,
sudo,
${shlibs:Depends},
${misc:Depends}
Expand Down

0 comments on commit 2e077f8

Please sign in to comment.