kargo: refactor move to using ansible as python module
This commit is contained in:
parent
de9c985097
commit
abb5840d27
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue