]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/dnsdistdist/docs/Makefile.sphinx
Use Python 3 in build system
[thirdparty/pdns.git] / pdns / dnsdistdist / docs / Makefile.sphinx
index 4c16b320f362d73089a8f4dd088ca50a8e150614..fc4234cf7b7f870799a0fc1cba74709244692a3b 100644 (file)
@@ -20,8 +20,8 @@ help: .venv
        @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
 
 .venv:
-       virtualenv .venv
-       .venv/bin/pip install -U pip setuptools setuptools-git
+       python3 -m venv .venv
+       .venv/bin/pip install -U pip setuptools setuptools-git wheel
        .venv/bin/pip install -r requirements.txt