Merge pull request #133855 from r-ryantm/auto-update/python3.8-junos-eznc
python38Packages.junos-eznc: 2.6.1 -> 2.6.2
This commit is contained in:
commit
819556f09f
1 changed files with 4 additions and 2 deletions
|
@ -18,11 +18,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "junos-eznc";
|
||||
version = "2.6.1";
|
||||
version = "2.6.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "2f5de7dedaac8dd71bfea23c6a7d883e29947c91de1ba299a9242e0a4406ee46";
|
||||
sha256 = "878c479c933346cc8cc60b6d145973568ac23e7c453e193cf55625e7921a9b62";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
@ -40,6 +40,8 @@ buildPythonPackage rec {
|
|||
nosetests -v --with-coverage --cover-package=jnpr.junos --cover-inclusive -a unit
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [ "jnpr.junos" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://www.github.com/Juniper/py-junos-eznc";
|
||||
description = "Junos 'EZ' automation for non-programmers";
|
||||
|
|
Loading…
Reference in a new issue