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

2024-07-01 Thread Brandon Maier
Hi Simon, On Mon Jul 1, 2024 at 2:34 PM UTC, Simon Glass wrote: > Hi Brandon, > > On Wed, 5 Jun 2024 at 03:13, Simon Glass wrote: > > > > On Tue, 4 Jun 2024 at 10:31, Brandon Maier > > wrote: > > > > > > Installing patman with `cd ./tools/patman && pip install -e .` fails > > > with the error b

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

2024-07-01 Thread Simon Glass
Hi Brandon, On Wed, 5 Jun 2024 at 03:13, Simon Glass wrote: > > On Tue, 4 Jun 2024 at 10:31, Brandon Maier wrote: > > > > Installing patman with `cd ./tools/patman && pip install -e .` fails > > with the error below. > > > > As described in the error output, the license line is not allowed to be

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

2024-06-04 Thread Simon Glass
On Tue, 4 Jun 2024 at 10:31, Brandon Maier wrote: > > Installing patman with `cd ./tools/patman && pip install -e .` fails > with the error below. > > As described in the error output, the license line is not allowed to be > only defined in the setup.py. > > > $ cd ./tools/patman && pip install -e