On 3/10/25 10:31 PM, Tom Rini wrote:
On Mon, Mar 10, 2025 at 10:07:40PM +0100, Marek Vasut wrote:
On 3/10/25 2:55 PM, Tom Rini wrote:
On Sat, Mar 08, 2025 at 09:12:15PM +0100, Marek Vasut wrote:
This seems to be needed for filesystem tests at least on
ubuntu 22.04 machines. Add setuptools into requirements.txt .
Signed-off-by: Marek Vasut <ma...@denx.de>
---
Cc: Baruch Siach <bar...@tkos.co.il>
Cc: Francesco Dolcini <francesco.dolc...@toradex.com>
Cc: Heinrich Schuchardt <xypron.g...@gmx.de>
Cc: Hiago De Franco <hiago.fra...@toradex.com>
Cc: Ilias Apalodimas <ilias.apalodi...@linaro.org>
Cc: Nam Cao <nam...@linutronix.de>
Cc: Simon Glass <s...@chromium.org>
Cc: Sughosh Ganu <sughosh.g...@linaro.org>
Cc: Tom Rini <tr...@konsulko.com>
Cc: u-boot@lists.denx.de
---
test/py/requirements.txt | 1 +
1 file changed, 1 insertion(+)
This belongs in the requirements.txt for the tool that requires
setuptools, not pytest. It's also listed as a required host tool /
package in doc/builds/gcc.rst. Having just re-created the
requirements.txt file, I don't want to add things that will get dropped
again the next time.
This seems to come from pylibfdt . I can drop this patch too.
Thanks.
Dropped.