aboutsummaryrefslogtreecommitdiff
path: root/test/py
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-10-26 15:24:59 -0400
committerTom Rini <trini@konsulko.com>2022-10-26 15:24:59 -0400
commit8bc87a4c55a1723728374a5643f13bced37dad6b (patch)
treeb4ace98fe43682d20639adab97778dca140149c2 /test/py
parentb487387226d49ba2f39757269fb95ea398e8f384 (diff)
parent9b0b5648d6e4d89aa594022e48894e811c250d5f (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.txt1
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