Skip to content

Commit 1938916

Browse files
committed
scripts: requirements: remove lxml dependency
No more users of lxml in the tree so drop the 3rd party dependency (it might still be pulled in by other projects, ex. gcovr). Signed-off-by: Benjamin Cabé <[email protected]>
1 parent ae3cd1d commit 1938916

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

scripts/requirements-actions.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ ijson
1212
intelhex
1313
junit2html
1414
junitparser>=2
15-
lxml>=5.3.0
1615
mock
1716
mypy
1817
natsort

scripts/requirements-actions.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -618,9 +618,7 @@ lxml==5.4.0 \
618618
--hash=sha256:fa0e294046de09acd6146be0ed6727d1f42ded4ce3ea1e9a19c11b6774eea27c \
619619
--hash=sha256:fb54f7c6bafaa808f27166569b1511fc42701a7713858dddc08afdde9746849e \
620620
--hash=sha256:fd3be6481ef54b8cfd0e1e953323b7aa9d9789b94842d0e5b142ef4bb7999539
621-
# via
622-
# -r requirements-actions.in
623-
# gcovr
621+
# via gcovr
624622
markupsafe==3.0.2 \
625623
--hash=sha256:0bff5e0ae4ef2e1ae4fdf2dfd5b76c75e5c2fa4132d05fc1b0dabcd20c7e28c4 \
626624
--hash=sha256:0f4ca02bea9a23221c0182836703cbf8930c5e9454bacce27e767509fa286a30 \

scripts/requirements-compliance.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
clang-format>=15.0.0
66
gitlint
77
junitparser>=3.0.0
8-
lxml>=5.3.0
98
pykwalify
109
pylint>=3
1110
python-magic-bin; sys_platform == "win32"

0 commit comments

Comments
 (0)