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