Loading pkgs/development/python-modules/colcon/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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 = { Loading Loading
pkgs/development/python-modules/colcon/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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 = { Loading