platformio-python: add git

wip/yesman
Luke Adams 6 years ago committed by Frederik Rietdijk
parent 4da3c294f6
commit 677aa175a7
  1. 3
      pkgs/development/python-modules/platformio/default.nix

@ -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
];

Loading…
Cancel
Save