Package: napalm-base / 0.21.0-1

Metadata

Package Version Patches format
napalm-base 0.21.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Use gtextfsm instead of jtextfsm.patch | (download)

napalm_base.egg-info/requires.txt | 2 1 + 1 - 0 !
napalm_base/helpers.py | 2 1 + 1 - 0 !
requirements.txt | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 use gtextfsm instead of jtextfsm

While gtextfsm is not compatible with Python 3, jtextfsm is not in
Debian and tests are failing with Python 2. Since the remaining of the
ecosystem is mostly Python 2 and the freeze is soon, let's use the
simpler solution.