35 buildPythonPackage rec {
40 disabled = pythonOlder "3.7";
42 src = fetchFromGitHub {
43 owner = "napalm-automation";
45 rev = "refs/tags/${version}";
46 hash = "sha256-Abw3h69qTFwOOFeAfivqAIWLozErJ1yZZfx7CbMy1AI=";
49 nativeBuildInputs = [ setuptools ];
51 propagatedBuildInputs = [
59 # breaks infinite recursion
60 (netutils.override { napalm = null; })
80 description = "Network Automation and Programmability Abstraction Layer with Multivendor support";
81 homepage = "https://github.com/napalm-automation/napalm";
82 license = licenses.asl20;
83 maintainers = with maintainers; [ ] ++ teams.c3d2.members;