python310Packages.junos-eznc: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-03-01 08:47:02 +01:00
committed by GitHub
parent d07f292e55
commit 5f39a3378b
@@ -61,11 +61,14 @@ buildPythonPackage rec {
nosetests -v -a unit --exclude=test_sw_put_ftp
'';
pythonImportsCheck = [ "jnpr.junos" ];
pythonImportsCheck = [
"jnpr.junos"
];
meta = with lib; {
homepage = "https://github.com/Juniper/py-junos-eznc";
description = "Junos 'EZ' automation for non-programmers";
changelog = "https://github.com/Juniper/py-junos-eznc/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ xnaveira ];
};