Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf38b52

Browse files
graingerthoefling
authored andcommitted
exclude lxml 4.7 because the wheels are missing the lxml includes
see https://bugs.launchpad.net/lxml/+bug/1954644
1 parent f18946b commit cf38b52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ known_first_party = ['xmlsec']
2323
known_third_party = ['lxml', 'pytest', '_pytest', 'hypothesis']
2424

2525
[build-system]
26-
requires = ['setuptools>=42', 'wheel', 'setuptools_scm[toml]>=3.4']
26+
requires = ['setuptools>=42', 'wheel', 'setuptools_scm[toml]>=3.4', "pkgconfig>=1.5.1", "lxml>=3.8, !=4.7.0"]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pkgconfig
2-
lxml >= 3.8.0
2+
lxml >= 3.8.0, !=4.7.0

0 commit comments

Comments
 (0)