summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-17 10:26:06 +0100
committerAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-20 12:03:47 +0100
commitc91f2fa988baa61e8a341ff4c0eb552a27013a11 (patch)
tree8d88acb3092bea2da9bbc1727b632c8d2c66e004
parent54e5186ac5927999d83cc8baadd350a2bda3f5a3 (diff)
downloadwww-c91f2fa988baa61e8a341ff4c0eb552a27013a11.tar.gz
www-c91f2fa988baa61e8a341ff4c0eb552a27013a11.tar.bz2
www-c91f2fa988baa61e8a341ff4c0eb552a27013a11.zip
Added missing python packages to run build script
-rw-r--r--README3
-rw-r--r--requirements.txt2
2 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 2507a3d6..d54cd905 100644
--- a/README
+++ b/README
@@ -43,6 +43,7 @@ If not already installed, please install according to your needs and your OS:
# apt install python3-jinja2 python3-babel python3-distutils
# apt install python3-ruamel.yaml
+# apt install python3-lxml python3-bs4
# apt install git
-> On some distros, you may need to use `pip install ruamel.yaml`
@@ -73,7 +74,7 @@ Debian prerequisites
Simply install:
-# apt install python3-ruamel.yaml python3-jinja2 python3-babel git
+# apt install python3-ruamel.yaml python3-jinja2 python3-babel git python3-lxml python3-bs4
====================
NetBSD prerequisites
diff --git a/requirements.txt b/requirements.txt
index 9ac6979f..8eab2aef 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,5 @@
ruamel.yaml
jinja2
babel
+BeautifulSoup4
+lxml