Merge pull request #302843 from msanft/python3Packages.mido/fix-build

python3Packages.mido: relax packaging dependency
This commit is contained in:
Sandro 2024-04-09 18:05:32 +02:00 committed by GitHub
commit 74d0371992
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,7 @@
, portmidi
, python-rtmidi
, pytestCheckHook
, pythonRelaxDepsHook
, pythonOlder
, setuptools
, setuptools-scm
@ -33,6 +34,11 @@ buildPythonPackage rec {
nativeBuildInputs = [
setuptools
setuptools-scm
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"packaging"
];
propagatedBuildInputs = [