oracle / opengrok

OpenGrok is a fast and usable source code search and cross reference engine, written in Java
http://oracle.github.io/opengrok/
Other
4.3k stars 739 forks source link

replace direct invocation of setup.py #4429

Closed vladak closed 8 months ago

vladak commented 9 months ago

The tools builds started complaining not so recently about python setup.py install being deprecated. It is probably just a matter of time before the builds start failing.

https://github.com/oracle/opengrok/blob/a8851abcd9791357806af966e37f2323af2861d7/tools/pom.xml#L248-L249 should be replaced with something else.

Same goes for any direct invocation of setup.py, e.g. generating the Python package or running the tests.

tarangchikhalia commented 9 months ago

@vladak, I want to work on this Issue. Can you assign it to me?

vladak commented 9 months ago

@vladak, I want to work on this Issue. Can you assign it to me?

just submit a PR.