mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
pip-requirements.txt: Remove pylibfdt
pylibfdt currently fails to install. The pre-built wheel files are not published and it fails to build from source due to having a floating dependency on the swig package (specified in pylibfdt's pyproject.toml file). swig 4.5.0 was released on August 22, 2026 and removed support for Python 2 APIs still being referenced in pylibfdt. These APIs were already routing to the Python 3 APIs, but it is still a build break. Originally, pip-requirements.txt was updated to have a direct git dependency on the libfdt code in the upstream DTC repostiory. However, there were concerns about building from source in different environments with a preference to, at least temporarily, remove the dependency until a sustainable solution can be found. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
This commit is contained in:
parent
48f4a7ab0b
commit
6acc33e779
1 changed files with 0 additions and 1 deletions
|
|
@ -17,5 +17,4 @@ edk2-pytool-extensions~=0.31.0
|
|||
antlr4-python3-runtime==4.13.2
|
||||
lcov-cobertura==2.1.1
|
||||
regex==2026.5.9
|
||||
pylibfdt==1.7.2.post1
|
||||
pefile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue