python3Packages.mido: relax packaging dependency

This commit is contained in:
Moritz Sanft 2024-04-09 16:19:02 +02:00
parent c81c241415
commit 7310bda4f6
No known key found for this signature in database
GPG Key ID: 335D28368B1DA615
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 = [