forked from bpfman/bpfman
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: github doc build fails in package lxml
In github actions for building the docs, while installing the dependancies from requirements.txt, lxml started failing. The first failure was: ``` pkg_resources.html Building lxml version 4.9.3. Building without Cython. Error: Please make sure the libxml2 and libxslt development packages are installed. ``` Once libxml2 and libxslt were installed using `apt-get install`, lxml failed with lots of compile errors. Bumping the versionfrom 4.9.3 to 5.0.2 fixed the compile errors. Signed-off-by: Billy McFall <[email protected]>
- Loading branch information
Showing
3 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters