python3Packages.colcon: 0.19.0 -> 0.20.1 (#509445)

This commit is contained in:
Ben Siraphob
2026-04-23 20:59:39 +00:00
committed by GitHub
@@ -66,6 +66,8 @@ buildPythonPackage rec {
pythonRemoveDeps = [
# We use pytest-cov-stub instead (and it is not a runtime dependency anyways)
"pytest-cov"
# Upper bound on setuptools is too strict for nixpkgs
"setuptools"
];
meta = {