Loading pkgs/development/python-modules/myjwt/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ buildPythonPackage rec { postPatch = '' substituteInPlace pyproject.toml \ --replace-warn "1.6.0" "${version}" --replace-fail "1.6.0" "${version}" ''; pythonRelaxDeps = [ Loading @@ -42,12 +42,12 @@ buildPythonPackage rec { "questionary" ]; nativeBuildInputs = [ build-system = [ poetry-core pythonRelaxDepsHook ]; propagatedBuildInputs = [ dependencies = [ click colorama cryptography Loading Loading
pkgs/development/python-modules/myjwt/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ buildPythonPackage rec { postPatch = '' substituteInPlace pyproject.toml \ --replace-warn "1.6.0" "${version}" --replace-fail "1.6.0" "${version}" ''; pythonRelaxDeps = [ Loading @@ -42,12 +42,12 @@ buildPythonPackage rec { "questionary" ]; nativeBuildInputs = [ build-system = [ poetry-core pythonRelaxDepsHook ]; propagatedBuildInputs = [ dependencies = [ click colorama cryptography Loading