Skip to content

Commit 46e811a

Browse files
committed
[fix] Use lxml and xmlsec binary wheels for now
xmlsec/python-xmlsec#314
1 parent 6efaf9c commit 46e811a

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/BUILD
44
/debian
55
/dist
6-
/python-opsi
6+
/.venv_state
77
__pycache__
88
*.egg-info
99

@@ -12,7 +12,6 @@ __pycache__
1212
coverage.xml
1313
testreport.xml
1414

15-
# Visual Studio Code
1615
.vscode/*
1716
docker/opsiconfd-dev/.env
1817

Binary file not shown.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ websockets = "^14.1"
7676
werkzeug = "^3.0"
7777
wsgidav = "^4.3"
7878
wsproto = "^1.2"
79-
lxml = { file = "lxml-5.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }
80-
xmlsec = { file = "xmlsec-1.3.15.dev19+g1104b4c-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }
79+
lxml = { file = "binary-wheels/lxml-5.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }
80+
xmlsec = { file = "binary-wheels/xmlsec-1.3.15.dev19+g1104b4c-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }
8181

8282
[tool.ruff.format]
8383
indent-style = "tab"

0 commit comments

Comments
 (0)