Skip to content

Commit

Permalink
Merge pull request #302843 from msanft/python3Packages.mido/fix-build
Browse files Browse the repository at this point in the history
python3Packages.mido: relax packaging dependency
  • Loading branch information
SuperSandro2000 authored Apr 9, 2024
2 parents ddf067c + 7310bda commit 74d0371
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/python-modules/mido/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
, portmidi
, python-rtmidi
, pytestCheckHook
, pythonRelaxDepsHook
, pythonOlder
, setuptools
, setuptools-scm
Expand Down Expand Up @@ -33,6 +34,11 @@ buildPythonPackage rec {
nativeBuildInputs = [
setuptools
setuptools-scm
pythonRelaxDepsHook
];

pythonRelaxDeps = [
"packaging"
];

propagatedBuildInputs = [
Expand Down

0 comments on commit 74d0371

Please sign in to comment.