You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
3 years ago
..
bin python: install without distutils 3 years ago
suricata suricatasc: Handle incomplete/empty recv values 3 years ago
suricatasc suricatasc: move lib to suricata.sc 7 years ago
.gitignore python: fixes for out of tree build 7 years ago
Makefile.am python: install without distutils 3 years ago
setup.py userguide: update references to Suricata website 3 years ago