Merge pull request #15766 from elasticdog/ansible2
ansible2: 2.0.0.2 -> 2.1.0.0
This commit is contained in:
commit
de070bbe1c
@ -799,6 +799,7 @@ in modules // {
|
|||||||
ansible = buildPythonPackage rec {
|
ansible = buildPythonPackage rec {
|
||||||
version = "1.9.4";
|
version = "1.9.4";
|
||||||
name = "ansible-${version}";
|
name = "ansible-${version}";
|
||||||
|
disabled = isPy3k;
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://releases.ansible.com/ansible/${name}.tar.gz";
|
url = "https://releases.ansible.com/ansible/${name}.tar.gz";
|
||||||
@ -829,12 +830,13 @@ in modules // {
|
|||||||
};
|
};
|
||||||
|
|
||||||
ansible2 = buildPythonPackage rec {
|
ansible2 = buildPythonPackage rec {
|
||||||
version = "v2.0.0.2";
|
version = "2.1.0.0";
|
||||||
name = "ansible-${version}";
|
name = "ansible-${version}";
|
||||||
|
disabled = isPy3k;
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "http://releases.ansible.com/ansible/ansible-2.0.0.2.tar.gz";
|
url = "http://releases.ansible.com/ansible/${name}.tar.gz";
|
||||||
sha256 = "0a2qgshbpbg2c8rz36jcc5f7zam0j1viqdhc8fqqbarz26chpnr7";
|
sha256 = "1bfc2xiplpad6f2nwi48y0kps7xqnsll85dlz63cy8k5bysl6d20";
|
||||||
};
|
};
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
@ -848,7 +850,7 @@ in modules // {
|
|||||||
windowsSupport = true;
|
windowsSupport = true;
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [
|
propagatedBuildInputs = with self; [
|
||||||
paramiko jinja2 pyyaml httplib2 boto six
|
paramiko jinja2 pyyaml httplib2 boto six readline
|
||||||
] ++ optional windowsSupport pywinrm;
|
] ++ optional windowsSupport pywinrm;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user