Merge pull request #56323 from costrouc/python-ansible-refactor

Move ansible to python-modules and use toPythonApplication + ansible related packages
This commit is contained in:
Robert Schütz
2019-03-01 21:08:54 +01:00
committed by GitHub
10 changed files with 235 additions and 109 deletions

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