diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2024-09-02 13:23:25 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2024-09-02 13:24:03 +0200 |
commit | 8408c2cb1802d06e46c544aaea6d4ff87cb1fa2f (patch) | |
tree | 691ec05ee1abef522073e86cb69adb9ab76a0740 /distro/pkg | |
parent | Bump version 3.5.dev (diff) | |
download | knot-8408c2cb1802d06e46c544aaea6d4ff87cb1fa2f.tar.xz knot-8408c2cb1802d06e46c544aaea6d4ff87cb1fa2f.zip |
distro/deb: move python3-sphinx to Build-Depends for man pages generation
Diffstat (limited to 'distro/pkg')
-rw-r--r-- | distro/pkg/deb-nolibxdp/control | 2 | ||||
-rw-r--r-- | distro/pkg/deb/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/distro/pkg/deb-nolibxdp/control b/distro/pkg/deb-nolibxdp/control index 30dc1fddc..0907219ed 100644 --- a/distro/pkg/deb-nolibxdp/control +++ b/distro/pkg/deb-nolibxdp/control @@ -7,7 +7,6 @@ Uploaders: Daniel Salzman <daniel.salzman@nic.cz>, Build-Depends-Indep: python3-setuptools, - python3-sphinx, Build-Depends: autoconf, automake, @@ -32,6 +31,7 @@ Build-Depends: pkg-config, protobuf-c-compiler, python3-all, + python3-sphinx, Standards-Version: 4.5.0 Homepage: https://www.knot-dns.cz/ Vcs-Browser: https://gitlab.nic.cz/knot/knot-dns diff --git a/distro/pkg/deb/control b/distro/pkg/deb/control index b98dc4ac1..07d1c7069 100644 --- a/distro/pkg/deb/control +++ b/distro/pkg/deb/control @@ -7,7 +7,6 @@ Uploaders: Daniel Salzman <daniel.salzman@nic.cz>, Build-Depends-Indep: python3-setuptools, - python3-sphinx, python3-sphinx-panels, Build-Depends: autoconf, @@ -34,6 +33,7 @@ Build-Depends: pkg-config, protobuf-c-compiler, python3-all, + python3-sphinx, Standards-Version: 4.5.0 Homepage: https://www.knot-dns.cz/ Vcs-Browser: https://gitlab.nic.cz/knot/knot-dns |