platformio-python: add git
This commit is contained in:
parent
4da3c294f6
commit
677aa175a7
@ -3,6 +3,7 @@
|
|||||||
, lockfile, pyserial, requests
|
, lockfile, pyserial, requests
|
||||||
, semantic-version
|
, semantic-version
|
||||||
, isPy3k, isPyPy
|
, isPy3k, isPyPy
|
||||||
|
, git
|
||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
disabled = isPy3k || isPyPy;
|
disabled = isPy3k || isPyPy;
|
||||||
@ -17,7 +18,7 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
bottle click_5 colorama lockfile
|
bottle click_5 colorama git lockfile
|
||||||
pyserial requests semantic-version
|
pyserial requests semantic-version
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user