Skip to content

Commit

Permalink
remove obsolete cyclonedx-python-lib overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
therealpxc committed Aug 3, 2024
1 parent 94bf560 commit 3cd4754
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -658,15 +658,6 @@ lib.composeManyExtensions [
autoPatchelfIgnoreMissingDeps = true;
});

cyclonedx-python-lib = prev.cyclonedx-python-lib.overridePythonAttrs (old: {
propagatedBuildInputs = old.propagatedBuildInputs or [ ] ++ [ final.setuptools ];
postPatch = ''
if [ -f setup.py ]; then
substituteInPlace setup.py --replace 'setuptools>=50.3.2,<51.0.0' 'setuptools'
fi
'';
});

cysystemd = prev.cysystemd.overridePythonAttrs (old: {
buildInputs = old.buildInputs or [ ] ++ [ pkgs.systemd ];
nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ pkg-config ];
Expand Down

0 comments on commit 3cd4754

Please sign in to comment.