From 5a571d2e3666760b599c0778887d65009df23eef Mon Sep 17 00:00:00 2001 From: Pavel Zakharov Date: Mon, 2 Aug 2021 17:39:45 -0400 Subject: [PATCH] TOOL-11947 [Backport of TOOL-11725] drgn: fix python build dependencies --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e01adad2f..25e0cab76 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Standards-Version: 4.1.2 Build-Depends: autoconf, automake, bison, + dh-python, elfutils, flex, gawk, @@ -24,7 +25,7 @@ Build-Depends: autoconf, pkg-config, python3, python3-distutils, - python3.6-dev, + python3-dev, zlib1g-dev Package: drgn