Re: [PATCH v2] tools: patman: fix `pip install` with Python 3.12

2024-07-26 Thread Simon Glass
On Mon, 1 Jul 2024 at 18:51, Brandon Maier wrote: > > Installing patman with `cd ./tools/patman && pip install -e .` fails > with the error below. > > As described in the error output below, the license line is not allowed > to be only defined in the setup.py. We remove the 'license' field > entir

Re: [PATCH v2] tools: patman: fix `pip install` with Python 3.12

2024-07-02 Thread Simon Glass
On Mon, 1 Jul 2024 at 18:51, Brandon Maier wrote: > > Installing patman with `cd ./tools/patman && pip install -e .` fails > with the error below. > > As described in the error output below, the license line is not allowed > to be only defined in the setup.py. We remove the 'license' field > entir

[PATCH v2] tools: patman: fix `pip install` with Python 3.12

2024-07-01 Thread Brandon Maier
Installing patman with `cd ./tools/patman && pip install -e .` fails with the error below. As described in the error output below, the license line is not allowed to be only defined in the setup.py. We remove the 'license' field entirely, as the Python Packaging User Guide recommends using project