diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2024-07-31 14:13:05 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2024-07-31 17:43:22 +0200 |
commit | ba7435a040c279b835d2c22d417edcf8eb9b0ac8 (patch) | |
tree | 81e0606ac3aa4f4d838d184d32b128a142281251 | |
parent | Merge branch 'tests_libknot_exception' into 'master' (diff) | |
download | knot-ba7435a040c279b835d2c22d417edcf8eb9b0ac8.tar.xz knot-ba7435a040c279b835d2c22d417edcf8eb9b0ac8.zip |
distro/deb: add libknot to python3-libknot dependencies
-rw-r--r-- | distro/pkg/deb-nolibxdp/control | 1 | ||||
-rw-r--r-- | distro/pkg/deb/control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/distro/pkg/deb-nolibxdp/control b/distro/pkg/deb-nolibxdp/control index e48f5d2f9..30dc1fddc 100644 --- a/distro/pkg/deb-nolibxdp/control +++ b/distro/pkg/deb-nolibxdp/control @@ -268,6 +268,7 @@ Description: Prometheus exporter for Knot DNS Package: python3-libknot Architecture: all Depends: + libknot15 (= ${binary:Version}), ${misc:Depends}, ${python3:Depends}, Section: python diff --git a/distro/pkg/deb/control b/distro/pkg/deb/control index ca91642ed..b98dc4ac1 100644 --- a/distro/pkg/deb/control +++ b/distro/pkg/deb/control @@ -270,6 +270,7 @@ Description: Prometheus exporter for Knot DNS Package: python3-libknot Architecture: all Depends: + libknot15 (= ${binary:Version}), ${misc:Depends}, ${python3:Depends}, Section: python |