python3Packages.junos-eznc: relax ncclient constraint

This commit is contained in:
Martin Weinelt 2021-06-20 20:53:17 +02:00
parent 5102ad886a
commit 53338e3402

View file

@ -25,6 +25,11 @@ buildPythonPackage rec {
sha256 = "2f5de7dedaac8dd71bfea23c6a7d883e29947c91de1ba299a9242e0a4406ee46";
};
postPatch = ''
substituteInPlace requirements.txt \
--replace "ncclient==0.6.9" "ncclient"
'';
checkInputs = [ nose ];
propagatedBuildInputs = [