ansible: add dopy dependency for digitalocean integration (#47441)
This commit is contained in:
parent
535ac188d0
commit
dd7de496d8
@ -19,6 +19,8 @@ let
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
wrapPythonProgramsIn "$out/bin" "$out $PYTHONPATH"
|
||||||
|
|
||||||
for m in docs/man/man1/*; do
|
for m in docs/man/man1/*; do
|
||||||
install -vD $m -t $man/share/man/man1
|
install -vD $m -t $man/share/man/man1
|
||||||
done
|
done
|
||||||
@ -30,7 +32,7 @@ let
|
|||||||
dontPatchShebangs = false;
|
dontPatchShebangs = false;
|
||||||
|
|
||||||
propagatedBuildInputs = with py.pkgs; [
|
propagatedBuildInputs = with py.pkgs; [
|
||||||
pycrypto paramiko jinja2 pyyaml httplib2 boto six netaddr dnspython jmespath
|
pycrypto paramiko jinja2 pyyaml httplib2 boto six netaddr dnspython jmespath dopy
|
||||||
] ++ stdenv.lib.optional windowsSupport pywinrm;
|
] ++ stdenv.lib.optional windowsSupport pywinrm;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user