python3Packages.spsdk: Add passthru.tests.version

This commit is contained in:
Damien Cassou
2023-09-18 09:02:28 +02:00
parent 2f216e2afc
commit 09ffed3fd4
@@ -28,6 +28,8 @@
, pyserial
, ruamel-yaml
, sly
, spsdk
, testers
, typing-extensions
, pytestCheckHook
, voluptuous
@@ -101,6 +103,8 @@ 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";