Skip to content

Commit 5b9bfb5

Browse files
authored
Merge pull request #3625 from Gemba/fix_wikidocs_module
wikidocs scriptmodule: add missing dependencies
2 parents 56c3671 + dc93979 commit 5b9bfb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/admin/wikidocs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rp_module_desc="Generate mkdocs documentation from wiki"
1414
rp_module_section=""
1515

1616
function depends_wikidocs() {
17-
getDepends python3 python3-pip libyaml-dev
17+
getDepends python3 python3-pip libyaml-dev python3-setuptools python3-wheel
1818
pip3 install --upgrade mkdocs mkdocs-material mdx_truly_sane_lists git+https://github.com/cmitu/mkdocs-altlink-plugin
1919
}
2020

0 commit comments

Comments
 (0)