kargo: refactor move to using ansible as python module

This commit is contained in:
Chris Ostrouchov 2019-02-24 17:32:06 -05:00
parent de9c985097
commit abb5840d27
No known key found for this signature in database
GPG key ID: 9ED59B0AB1EAF573

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