Browse Source

Add build dependency on python3-dev

This change adds a build dependency on python3-dev in the Debian control
file. This dependency is necessary for building perf.

Fixes #334
Fabian Mastenbroek 3 years ago
parent
commit
0a29a29503
1 changed files with 1 additions and 0 deletions
  1. 1 0
      debian/templates/control.in

+ 1 - 0
debian/templates/control.in

@@ -21,6 +21,7 @@ Build-Depends: asciidoc,
                libssl-dev,
                lz4,
                python3-minimal,
+               python3-dev,
                quilt,
                rsync,
                xmlto,