kargo: refactor move to using ansible as python module

This commit is contained in:
Chris Ostrouchov
2019-03-01 14:48:23 -05:00
parent de9c985097
commit abb5840d27
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, python2Packages, ansible2 }:
{ stdenv, fetchurl, python2Packages }:
python2Packages.buildPythonApplication rec {
version = "0.4.6";
@@ -12,7 +12,7 @@ python2Packages.buildPythonApplication rec {
doCheck = false;
propagatedBuildInputs = with python2Packages; [
ansible2
ansible
boto
cffi
cryptography