kargo: refactor move to using ansible as python module
This commit is contained in:
parent
de9c985097
commit
abb5840d27
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, python2Packages, ansible2 }:
|
{ stdenv, fetchurl, python2Packages }:
|
||||||
|
|
||||||
python2Packages.buildPythonApplication rec {
|
python2Packages.buildPythonApplication rec {
|
||||||
version = "0.4.6";
|
version = "0.4.6";
|
||||||
@ -12,7 +12,7 @@ python2Packages.buildPythonApplication rec {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
propagatedBuildInputs = with python2Packages; [
|
propagatedBuildInputs = with python2Packages; [
|
||||||
ansible2
|
ansible
|
||||||
boto
|
boto
|
||||||
cffi
|
cffi
|
||||||
cryptography
|
cryptography
|
||||||
|
Loading…
x
Reference in New Issue
Block a user