Merge pull request #107137 from kneitinger/platformio_add_click_completion

platformio: Enable shell completion generation
This commit is contained in:
Sandro
2021-03-21 17:47:30 +01:00
committed by GitHub
+4 -4
View File
@@ -1,5 +1,5 @@
{ stdenv, lib, buildPythonApplication, fetchpatch { stdenv, lib, buildPythonApplication, bottle
, bottle, click, colorama, semantic-version , click, click-completion, colorama, semantic-version
, lockfile, pyserial, requests , lockfile, pyserial, requests
, tabulate, pyelftools, marshmallow , tabulate, pyelftools, marshmallow
, pytest, tox, jsondiff , pytest, tox, jsondiff
@@ -79,8 +79,8 @@ in buildPythonApplication rec {
inherit version src; inherit version src;
propagatedBuildInputs = [ propagatedBuildInputs = [
bottle click colorama git lockfile bottle click click-completion colorama git
pyserial requests semantic-version lockfile pyserial requests semantic-version
tabulate pyelftools marshmallow tabulate pyelftools marshmallow
]; ];