Unverified Commit 95e8d48a authored by Ben Siraphob's avatar Ben Siraphob Committed by GitHub
Browse files

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

parents 89f75250 a0e383d0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 = {