From 95c7c91cccf4882172e8fca95418e48d8717c02d Mon Sep 17 00:00:00 2001 From: Palash Gandhi Date: Wed, 16 Oct 2024 13:15:03 -0700 Subject: [PATCH] DLPX-92443 drgn build fails on Ubuntu 24.04 because of deprecated python3-distutils dependency --- debian/control | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/control b/debian/control index 25e0cab76..ef599f381 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,6 @@ Build-Depends: autoconf, make, pkg-config, python3, - python3-distutils, python3-dev, zlib1g-dev