From 4dcffbbace8bcbe997d9b058896b3c6b6ca305e9 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Tue, 10 Feb 2026 11:36:02 -0600 Subject: [PATCH] Pin setuptools < 82 for pkg_resources We clearly need to make some progress moving away from pkg_resources, but we should pin this for now to unblock builds. --- setup.py | 2 +- stdeb.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 476911b0..b46bf3ef 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ }, install_requires=[ 'catkin_pkg >= 0.4.3', - 'setuptools', + 'setuptools < 82', 'empy < 4', 'packaging', 'python-dateutil', diff --git a/stdeb.cfg b/stdeb.cfg index d986283f..5b9f5a8b 100755 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -1,7 +1,7 @@ [DEFAULT] ; release with a high debinc to avoid conflict with upstream debian of the same release version Debian-Version: 100 -Depends3: python3-yaml, python3-empy, python3-packaging, python3-rosdep (>= 0.15.0), python3-rosdistro (>= 0.8.0), python3-vcstools (>= 0.1.22), python3-setuptools, python3-catkin-pkg (>= 0.4.3) +Depends3: python3-yaml, python3-empy, python3-packaging, python3-rosdep (>= 0.15.0), python3-rosdistro (>= 0.8.0), python3-vcstools (>= 0.1.22), python3-setuptools (< 82), python3-catkin-pkg (>= 0.4.3) Conflicts3: python-bloom Copyright-File: LICENSE.txt Suite3: focal jammy noble bookworm trixie