From: Sascha Steinbiss Date: Tue, 12 Jul 2022 14:57:16 +0000 (+0100) Subject: do not install the suricata Python module X-Git-Tag: archive/raspbian/1%6.0.6-1+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=674cfc4ef3811201e7b786ca0fe58fc35e125559;p=suricata.git 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 --- 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",