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

Makefile.local: Fix doc build by adding missing flit-core build dependency

It is a dependency required to build docutils >= 0.21 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 8e4019c8
No related branches found
Tags cassandra-checks-20240308.1
1 merge request!422Makefile.local: Fix doc build by adding missing flit-core build dependency
Pipeline #8274 failed
......@@ -29,6 +29,9 @@ BUILD_DEPS += pifpaf
# psycopg-c
BUILD_DEPS += tomli
# docutils >= 0.21
BUILD_DEPS += flit-core
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