From f1f82489ad709402b4cff0f8899661119d7019d4 Mon Sep 17 00:00:00 2001 From: Sascha Steinbiss Date: Tue, 14 Dec 2021 14:24:47 +0000 Subject: [PATCH] do not install the suricata Python module Bug: https://redmine.openinfosecfoundation.org/issues/3156 Last-Update: 2019-09-18 Suricata's Python tools only import submodules of 'suricata'. Not installing this module ensures that there is no chance of having an __init__.py in the root module directory that might clash with other packages, e.g. suricata- update. Gbp-Pq: Name remove-conflicting-python-file.patch --- python/setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 7e644419..6e5f9b90 100644 --- a/python/setup.py +++ b/python/setup.py @@ -49,7 +49,6 @@ setup( author_email='oisf-devel@lists.openinfosecfoundation.org, eric@regit.org', url='https://www.suricata-ids.org/', packages=[ - "suricata", "suricata.config", "suricata.ctl", "suricata.sc", -- 2.30.2