diff options
Diffstat (limited to '')
-rw-r--r-- | textproc/py-textfsm/files/patch-setup.py | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/textproc/py-textfsm/files/patch-setup.py b/textproc/py-textfsm/files/patch-setup.py index e7a7c499d537..7b632bca1b43 100644 --- a/textproc/py-textfsm/files/patch-setup.py +++ b/textproc/py-textfsm/files/patch-setup.py @@ -1,13 +1,12 @@ Remove "testdata" directory from installation. It is only required for the testsuite. ---- setup.py.orig 2019-11-26 11:17:07 UTC +--- setup.py.orig 2025-03-21 04:48:22 UTC +++ setup.py -@@ -52,7 +52,6 @@ setup(name='textfsm', - ] - }, - include_package_data=True, -- package_data={'textfsm': ['../testdata/*']}, - install_requires=['six', 'future'], - setup_requires=['pytest-runner'], - tests_require=['pytest']) +@@ -50,6 +50,4 @@ setup( + ], + packages=['textfsm'], + entry_points={'console_scripts': ['textfsm=textfsm.parser:main']}, +- include_package_data=True, +- package_data={'textfsm': ['../testdata/*']}, + ) |