suricata/python
Jason Ish 9a1d6af858 python: install without distutils
Instead of using distutils/setuptools for installing the Python code,
just install it into our own Python directory.

Distutils is being removed from Python, and setuptools doesn't work well
when trying to install into your own location. For our usage its just
simpler to install with make.

In addition to removing the configure check for distutils, also remove
the check for pyyaml. This lets the user install pyyaml after Suricata
is installed, and Suricata-Update does handle this case gracefully.

Issue: #5313
2022-08-09 07:36:59 +02:00
..
bin python: install without distutils 2022-08-09 07:36:59 +02:00
suricata suricatasc: Handle incomplete/empty recv values 2022-01-13 08:15:07 +01:00
suricatasc suricatasc: move lib to suricata.sc 2018-03-28 08:49:41 +02:00
.gitignore python: fixes for out of tree build 2018-05-23 14:47:57 +02:00
Makefile.am python: install without distutils 2022-08-09 07:36:59 +02:00
setup.py userguide: update references to Suricata website 2022-01-03 11:45:43 +01:00