]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
distro deb: add python3-dev dependency
authorVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 26 Oct 2022 10:07:09 +0000 (12:07 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Mon, 31 Oct 2022 10:32:25 +0000 (11:32 +0100)
Otherwise it's possible to end up with an error (e.g. Ubuntu 22.04):
knot_resolver_manager/kresd_controller/supervisord/plugin/notifymodule.c:2:10:
  fatal error: Python.h: No such file or directory

distro/pkg/deb/control

index 299a350b22a1b6df7e39ac61ba8c46d75b4e279d..be545bb7c91817641bb088612c0762ed51c2f051 100644 (file)
@@ -22,6 +22,7 @@ Build-Depends:
  meson (>= 0.49),
  protobuf-c-compiler,
  python3-all,
+ python3-dev,
  python3-setuptools,
  libssl-dev,
 Homepage: https://www.knot-resolver.cz/