python310Packages.safety: relax packaging version constraint

This commit is contained in:
Robert Schütz 2023-02-28 11:58:27 -08:00 committed by Martin Weinelt
parent 898955e233
commit f716974512

View File

@ -2,6 +2,7 @@
, buildPythonPackage
, pythonOlder
, fetchPypi
, pythonRelaxDepsHook
, setuptools
, click
, requests
@ -34,9 +35,14 @@ buildPythonPackage rec {
'';
nativeBuildInputs = [
pythonRelaxDepsHook
setuptools
];
pythonRelaxDeps = [
"packaging"
];
propagatedBuildInputs = [
setuptools
click