From 4419b2d673cc6db4940008fb250e3374550bf15e Mon Sep 17 00:00:00 2001 From: Palash Gandhi Date: Fri, 6 Dec 2024 11:08:26 -0800 Subject: [PATCH] DLPX-92903 gdb-python build fails on Ubuntu 24.04 because of deprecated python3-distutils dependency PR URL: https://www.github.com/delphix/gdb-python/pull/3 --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 197be405484..282c373dd86 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: misc Priority: optional Maintainer: Delphix Engineering Build-Depends: - autoconf, + autoconf (= 2.69), automake, bison, dh-python, @@ -14,7 +14,6 @@ Build-Depends: libsnappy1v5, libtool, pkg-config, - python3-distutils, python3-future, python3-pyelftools, python3-dev,