Loading pkgs/development/python-modules/spsdk/default.nix +6 −2 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , dos2unix , pythonRelaxDepsHook , asn1crypto , astunparse Loading Loading @@ -29,6 +28,8 @@ , pyserial , ruamel-yaml , sly , spsdk , testers , typing-extensions , pytestCheckHook , voluptuous Loading Loading @@ -80,6 +81,7 @@ buildPythonPackage rec { deepmerge fastjsonschema hexdump importlib-metadata jinja2 libusbsio oscrypto Loading @@ -94,7 +96,6 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ importlib-metadata pyftdi pytestCheckHook voluptuous Loading @@ -102,11 +103,14 @@ buildPythonPackage rec { pythonImportsCheck = [ "spsdk" ]; passthru.tests.version = testers.testVersion { package = spsdk; }; meta = with lib; { changelog = "https://github.com/nxp-mcuxpresso/spsdk/blob/${src.rev}/docs/release_notes.rst"; description = "NXP Secure Provisioning SDK"; homepage = "https://github.com/nxp-mcuxpresso/spsdk"; license = licenses.bsd3; maintainers = with maintainers; [ frogamic sbruder ]; mainProgram = "spsdk"; }; } Loading
pkgs/development/python-modules/spsdk/default.nix +6 −2 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , dos2unix , pythonRelaxDepsHook , asn1crypto , astunparse Loading Loading @@ -29,6 +28,8 @@ , pyserial , ruamel-yaml , sly , spsdk , testers , typing-extensions , pytestCheckHook , voluptuous Loading Loading @@ -80,6 +81,7 @@ buildPythonPackage rec { deepmerge fastjsonschema hexdump importlib-metadata jinja2 libusbsio oscrypto Loading @@ -94,7 +96,6 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ importlib-metadata pyftdi pytestCheckHook voluptuous Loading @@ -102,11 +103,14 @@ buildPythonPackage rec { pythonImportsCheck = [ "spsdk" ]; passthru.tests.version = testers.testVersion { package = spsdk; }; meta = with lib; { changelog = "https://github.com/nxp-mcuxpresso/spsdk/blob/${src.rev}/docs/release_notes.rst"; description = "NXP Secure Provisioning SDK"; homepage = "https://github.com/nxp-mcuxpresso/spsdk"; license = licenses.bsd3; maintainers = with maintainers; [ frogamic sbruder ]; mainProgram = "spsdk"; }; }