mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
* 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)
14 lines
353 B
Python
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",
|
|
],
|