The make audit doesn't work as expected, and for a good reason: there's no code to support it. It was an experiment which never made it to the public repository. An easy (and still useful) fix would be to replace python setup.py audit with python setup.py check -r -s.
The
make auditdoesn't work as expected, and for a good reason: there's no code to support it. It was an experiment which never made it to the public repository. An easy (and still useful) fix would be to replacepython setup.py auditwithpython setup.py check -r -s.