From 5f75b144e83c25ffa19a77f85013cef109dee33b Mon Sep 17 00:00:00 2001 From: Pavel Zakharov Date: Thu, 20 May 2021 10:08:02 -0400 Subject: [PATCH] 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