smpmgr: cleanup
This commit is contained in:
parent
6b93024f59
commit
c19e2e3541
@ -20,7 +20,11 @@ python3Packages.buildPythonApplication rec {
|
|||||||
build-system = with python3Packages; [
|
build-system = with python3Packages; [
|
||||||
poetry-core
|
poetry-core
|
||||||
poetry-dynamic-versioning
|
poetry-dynamic-versioning
|
||||||
setuptools
|
];
|
||||||
|
|
||||||
|
pythonRelaxDeps = [
|
||||||
|
"typer"
|
||||||
|
"smpclient"
|
||||||
];
|
];
|
||||||
|
|
||||||
dependencies = with python3Packages; [
|
dependencies = with python3Packages; [
|
||||||
@ -33,17 +37,9 @@ python3Packages.buildPythonApplication rec {
|
|||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
versionCheckHook
|
versionCheckHook
|
||||||
];
|
];
|
||||||
|
versionCheckProgramArg = "--version";
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonImportsCheck = [ "smpmgr" ];
|
||||||
"typer"
|
|
||||||
"smpclient"
|
|
||||||
];
|
|
||||||
|
|
||||||
versionCheckProgramArg = [ "--version" ];
|
|
||||||
|
|
||||||
pythonImportsCheck = [
|
|
||||||
"smpmgr"
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Simple Management Protocol (SMP) Manager for remotely managing MCU firmware";
|
description = "Simple Management Protocol (SMP) Manager for remotely managing MCU firmware";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user