python311Packages.rmscene: relax packaging constraint

This commit is contained in:
Martin Weinelt 2024-03-27 17:13:30 +01:00
parent 44ebcb5ea7
commit 5e66d3a50c
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, pythonOlder
, pythonRelaxDepsHook
, fetchFromGitHub
, poetry-core
, packaging
@ -24,6 +25,11 @@ buildPythonPackage rec {
nativeBuildInputs = [
poetry-core
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"packaging"
];
propagatedBuildInputs = [