pythonPackages.junos_eznc: fix build
This commit is contained in:
parent
d956ed6ac8
commit
a5f77e0583
@ -7,9 +7,12 @@
|
|||||||
, paramiko
|
, paramiko
|
||||||
, netaddr
|
, netaddr
|
||||||
, ncclient
|
, ncclient
|
||||||
|
, ntc-templates
|
||||||
, lxml
|
, lxml
|
||||||
, jinja2
|
, jinja2
|
||||||
, pyyaml
|
, pyyaml
|
||||||
|
, transitions
|
||||||
|
, yamlordereddictloader
|
||||||
, nose
|
, nose
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -22,11 +25,10 @@ buildPythonPackage rec {
|
|||||||
sha256 = "521659fe94da796897abc16773c3d84fa44d3e1f5386c71fbaef44cb80159855";
|
sha256 = "521659fe94da796897abc16773c3d84fa44d3e1f5386c71fbaef44cb80159855";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
checkInputs = [ nose ];
|
checkInputs = [ nose ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
scp six pyserial paramiko netaddr ncclient lxml jinja2 pyyaml
|
scp six pyserial paramiko netaddr ncclient ntc-templates lxml jinja2 pyyaml transitions yamlordereddictloader
|
||||||
];
|
];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user