python3Packages.spsdk: Add passthru.tests.version

This commit is contained in:
Damien Cassou 2023-09-11 21:17:10 +02:00
parent 2f216e2afc
commit 09ffed3fd4
No known key found for this signature in database
GPG key ID: B68746238E59B548

View file

@ -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";