17 buildPythonPackage rec {
23 inherit pname version;
24 hash = "sha256-2pD2798ztBQOts1/InJ3PCzhRPp0rDTV7KwbTUYH8fs=";
28 substituteInPlace pyproject.toml \
29 --replace "poetry==1.3.2" "poetry-core" \
30 --replace "poetry.masonry.api" "poetry.core.masonry.api"
37 propagatedBuildInputs = [
46 # tests require closed-source pyats and genie packages
51 "Multi-vendor library to simplify Paramiko SSH connections to network devices";
52 homepage = "https://github.com/ktbyers/netmiko/";
53 license = licenses.mit;
54 maintainers = [ maintainers.astro ];