ports/security/py-netmiko/files/patch-setup.py
Kai Knoblich 442b9055b1 security/py-netmiko: Update to 4.1.2
* Update pkg-descr to match reality.

Changelog: https://github.com/ktbyers/netmiko/releases/tag/v4.1.2

MFH:		No (py-netmiko 4.x not present in 2022Q3)
2022-09-04 14:20:14 +02:00

14 lines
353 B
Python

Relax requirements for textproc/py-textfsm as it works with newer versions
of TextFSM.
--- setup.py.orig 2022-09-03 15:00:57 UTC
+++ setup.py
@@ -52,7 +52,7 @@ setup(
"scp>=0.13.3",
"tenacity",
"pyyaml>=5.3",
- "textfsm==1.1.2",
+ "textfsm>=1.1.2",
"ntc-templates>=2.0.0",
"pyserial",
],