소스 검색

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 년 전
부모
커밋
0a29a29503
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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,