diff options
author | Tom Rini <trini@konsulko.com> | 2022-10-26 15:24:59 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-10-26 15:24:59 -0400 |
commit | 8bc87a4c55a1723728374a5643f13bced37dad6b (patch) | |
tree | b4ace98fe43682d20639adab97778dca140149c2 /test/py | |
parent | b487387226d49ba2f39757269fb95ea398e8f384 (diff) | |
parent | 9b0b5648d6e4d89aa594022e48894e811c250d5f (diff) |
Merge branch '2022-10-26-assorted-fixes-and-updates'
- Reduce memory usage in SPL in some cases, clarify some standalone API
license issues, fix a Kconfig dependency, pin to a specific version of
python setuptools for now, fix a signing problem in mkimage and add a
memory uclass.
Diffstat (limited to 'test/py')
-rw-r--r-- | test/py/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/py/requirements.txt b/test/py/requirements.txt index 1bf77b59d8..fae8b59caf 100644 --- a/test/py/requirements.txt +++ b/test/py/requirements.txt @@ -20,6 +20,7 @@ pytest-xdist==2.5.0 python-mimeparse==1.6.0 python-subunit==1.3.0 requests==2.25.1 +setuptools==58.3.0 six==1.12.0 testtools==2.3.0 traceback2==1.4.0 |