pythonPackages.ncclient: refactor

adding selectors2 as dependency of ncclient. Added recently 20 days
ago in August. 8ef20f2828
This commit is contained in:
Chris Ostrouchov 2018-09-06 14:51:24 -04:00
parent 11c3fe2258
commit a726956b42
No known key found for this signature in database
GPG Key ID: 9ED59B0AB1EAF573

View File

@ -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 = ''