Loading pkgs/development/python-modules/tuf/default.nix +2 −3 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ fetchFromGitHub, hatchling, pytestCheckHook, pythonOlder, flit-core, requests, securesystemslib, Loading @@ -17,8 +16,6 @@ buildPythonPackage rec { version = "6.0.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "theupdateframework"; repo = "python-tuf"; Loading @@ -39,6 +36,8 @@ buildPythonPackage rec { ++ securesystemslib.optional-dependencies.pynacl ++ securesystemslib.optional-dependencies.crypto; __darwinAllowLocalNetworking = true; checkInputs = [ freezegun ]; Loading Loading
pkgs/development/python-modules/tuf/default.nix +2 −3 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ fetchFromGitHub, hatchling, pytestCheckHook, pythonOlder, flit-core, requests, securesystemslib, Loading @@ -17,8 +16,6 @@ buildPythonPackage rec { version = "6.0.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "theupdateframework"; repo = "python-tuf"; Loading @@ -39,6 +36,8 @@ buildPythonPackage rec { ++ securesystemslib.optional-dependencies.pynacl ++ securesystemslib.optional-dependencies.crypto; __darwinAllowLocalNetworking = true; checkInputs = [ freezegun ]; Loading