platformio-python: add git

This commit is contained in:
Luke Adams 2018-01-09 17:27:40 -06:00 committed by Frederik Rietdijk
parent 4da3c294f6
commit 677aa175a7

View file

@ -3,6 +3,7 @@
, lockfile, pyserial, requests
, semantic-version
, isPy3k, isPyPy
, git
}:
buildPythonPackage rec {
disabled = isPy3k || isPyPy;
@ -17,7 +18,7 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
bottle click_5 colorama lockfile
bottle click_5 colorama git lockfile
pyserial requests semantic-version
];