pythonPackages.ncclient: refactor
adding selectors2 as dependency of ncclient. Added recently 20 days ago in August. https://github.com/ncclient/ncclient/commit/8ef20f282877097c8f51604679277db49c39f80c
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, paramiko
|
, paramiko
|
||||||
|
, selectors2
|
||||||
, lxml
|
, lxml
|
||||||
, libxml2
|
, libxml2
|
||||||
, libxslt
|
, libxslt
|
||||||
@@ -21,7 +22,7 @@ buildPythonPackage rec {
|
|||||||
checkInputs = [ nose rednose ];
|
checkInputs = [ nose rednose ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
paramiko lxml libxml2 libxslt
|
paramiko lxml libxml2 libxslt selectors2
|
||||||
];
|
];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user