Yesterday's 1.0.0 release updated the dependency on python3-catkin-pkg-modules to >= 1.1.0 (previously >= 1.0.0).
This version is not available in the apt repository for Ubuntu Noble.
To recreate the issue:
docker run --pull=always --rm ros:jazzy /bin/bash -c "apt-get update --quiet --quiet && apt-get install python3-catkin-pkg"
Which returns:
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
python3-catkin-pkg : Depends: python3-catkin-pkg-modules (>= 1.1.0) but 1.0.0-1 is to be installed
E: Unable to correct problems, you have held broken packages.
Currently only version 1.0.0-1 of python3-catkin-pkg-modules is available in Ubuntu Noble:
# apt list -a python3-catkin-pkg-modules
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Listing...
python3-catkin-pkg-modules/noble,now 1.0.0-1 all [installed,automatic]
Yesterday's
1.0.0release updated the dependency onpython3-catkin-pkg-modulesto>= 1.1.0(previously>= 1.0.0).This version is not available in the apt repository for Ubuntu Noble.
To recreate the issue:
Which returns:
Currently only version
1.0.0-1ofpython3-catkin-pkg-modulesis available in Ubuntu Noble: