From a9f43bd6901e215f953d729ded78eecd61630ca5 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Thu, 18 Apr 2024 11:22:42 -0700 Subject: [PATCH] Remove dependency on python3-distutils No longer needed as of gazebosim/gz-math#587. Signed-off-by: Steve Peters --- ubuntu/debian/control | 2 -- 1 file changed, 2 deletions(-) diff --git a/ubuntu/debian/control b/ubuntu/debian/control index 8eae448..52efe00 100644 --- a/ubuntu/debian/control +++ b/ubuntu/debian/control @@ -11,7 +11,6 @@ Build-Depends: cmake, libgz-utils3-dev, python3, python3-dev, - python3-distutils, python3-pybind11, ruby-dev, swig @@ -75,7 +74,6 @@ Description: Gazebo Math Library - Eigen3 Development files Package: python3-gz-math8 Architecture: any Depends: libgz-math8 (= ${binary:Version}), - python3-distutils, python3-pybind11, ${misc:Depends}, ${python3:Depends}