python311Packages.rmscene: relax packaging constraint

This commit is contained in:
Martin Weinelt 2024-03-27 17:13:30 +01:00
parent d80c3e8652
commit 41c5e6c575
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

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