Blame SOURCES/textfsm-1.1.3-no-future.patch

c99f2c
--- textfsm-1.1.3/setup.py	2022-01-27 21:34:22.000000000 -0800
c99f2c
+++ textfsm-1.1.3/setup.py.new	2024-06-12 11:16:32.968472135 -0700
c99f2c
@@ -53,5 +53,5 @@
c99f2c
       },      
c99f2c
       include_package_data=True,
c99f2c
       package_data={'textfsm': ['../testdata/*']},
c99f2c
-      install_requires=['six', 'future'],
c99f2c
+      install_requires=['six'],
c99f2c
      )