]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/recursordist/docs/Makefile.sphinx
Use Python 3 in build system
[thirdparty/pdns.git] / pdns / recursordist / docs / Makefile.sphinx
index 7e5c1f3e9a92382e5e8c3420bd4c208762982ce8..c093fd2ef0feed7ef35ea7b4308f511b57439f27 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