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 <[email protected]> --- Cc: Baruch Siach <[email protected]> Cc: Francesco Dolcini <[email protected]> Cc: Heinrich Schuchardt <[email protected]> Cc: Hiago De Franco <[email protected]> Cc: Ilias Apalodimas <[email protected]> Cc: Nam Cao <[email protected]> Cc: Simon Glass <[email protected]> Cc: Sughosh Ganu <[email protected]> Cc: Tom Rini <[email protected]> Cc: [email protected] --- test/py/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/py/requirements.txt b/test/py/requirements.txt index acfe17dce9f..c726135b4df 100644 --- a/test/py/requirements.txt +++ b/test/py/requirements.txt @@ -2,3 +2,4 @@ filelock==3.0.12 pycryptodomex==3.21.0 pytest==6.2.5 pytest-xdist==2.5.0 +setuptools==75.8.0 -- 2.47.2

