]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
python: Recreate test/py and tools/buildman requirements.txt files
authorTom Rini <trini@konsulko.com>
Tue, 4 Feb 2025 23:12:08 +0000 (17:12 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 14 Feb 2025 23:11:35 +0000 (17:11 -0600)
Use the "pipreqs" tool to re-create these files, with a few manual
corrections. We still need to include pytest-xdist which the tool does
not detect. We also for now don't upgrade most of the required tools as
that creates problems with various tests, which should be resolved
independently.

Signed-off-by: Tom Rini <trini@konsulko.com>
test/py/requirements.txt
tools/buildman/requirements.txt

index 75760f96e562b51790eab03f5a07cc06b084875d..acfe17dce9f0f7f31af9cee93cec80a55b8e52ec 100644 (file)
@@ -1,30 +1,4 @@
-atomicwrites==1.4.1
-attrs==19.3.0
-concurrencytest==0.1.2
-coverage==6.2
-extras==1.0.0
 filelock==3.0.12
-fixtures==3.0.0
-importlib-metadata==0.23
-linecache2==1.0.0
-more-itertools==7.2.0
-packaging==24.1
-pbr==5.4.3
-pluggy==0.13.0
-py==1.11.0
-pycryptodomex==3.19.1
-pyelftools==0.27
-pygit2==1.13.3
-pyparsing==3.0.7
+pycryptodomex==3.21.0
 pytest==6.2.5
 pytest-xdist==2.5.0
-python-mimeparse==1.6.0
-python-subunit==1.3.0
-requests==2.32.3
-setuptools==70.3.0
-six==1.16.0
-testtools==2.3.0
-traceback2==1.4.0
-unittest2==1.1.0
-wcwidth==0.1.7
-zipp==3.19.2
index 052d0ed5c6f7615f45114c28e8ab53c802658b0b..d48650cd1e58da6a2ec9c6153c48c428f2d387e3 100644 (file)
@@ -1,5 +1,2 @@
-coverage==6.2
-jsonschema==4.17.3
-pycryptodome==3.20
-pyyaml==6.0
-yamllint==1.26.3
+filelock==3.0.12
+importlib_resources==6.5.2