File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed
Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,11 @@ python3Packages.buildPythonApplication rec {
2020 build-system = with python3Packages ; [
2121 poetry-core
2222 poetry-dynamic-versioning
23- setuptools
23+ ] ;
24+
25+ pythonRelaxDeps = [
26+ "typer"
27+ "smpclient"
2428 ] ;
2529
2630 dependencies = with python3Packages ; [
@@ -33,17 +37,9 @@ python3Packages.buildPythonApplication rec {
3337 pytestCheckHook
3438 versionCheckHook
3539 ] ;
40+ versionCheckProgramArg = "--version" ;
3641
37- pythonRelaxDeps = [
38- "typer"
39- "smpclient"
40- ] ;
41-
42- versionCheckProgramArg = [ "--version" ] ;
43-
44- pythonImportsCheck = [
45- "smpmgr"
46- ] ;
42+ pythonImportsCheck = [ "smpmgr" ] ;
4743
4844 meta = {
4945 description = "Simple Management Protocol (SMP) Manager for remotely managing MCU firmware" ;
You can’t perform that action at this time.
0 commit comments