Skip to content
Snippets Groups Projects
Commit 96a6768f authored by Antoine Lambert's avatar Antoine Lambert
Browse files

Makefile.local: Fix doc build by adding missing tomli build dependency

It is a dependency required to build psycopg-c that does not get installed
in the virtualenv used to build the documentation as we use the pip option
--no-build-isolation that skips installation of build dependencies specified
by PEP 518.
parent 90f38d96
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,9 @@ BUILD_DEPS += configobj
# swh.docs
BUILD_DEPS += pifpaf
# psycopg-c
BUILD_DEPS += tomli
pip-install-swh-dev:
python3 -m pip install --upgrade pip wheel setuptools setuptools-scm
python3 -m pip install --upgrade $(BUILD_DEPS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment