From: Pieter Lexis Date: Mon, 17 Jul 2017 20:16:56 +0000 (+0200) Subject: dnsdist docs: update setuptools X-Git-Tag: rec-4.1.0-alpha1~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5527%2Fhead;p=thirdparty%2Fpdns.git dnsdist docs: update setuptools --- diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index 4be32ed347..8f2f29311b 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -205,6 +205,7 @@ endif # if !HAVE_MANPAGES .venv: docs/requirements.txt virtualenv .venv + .venv/bin/pip install -U pip setuptools setuptools-git .venv/bin/pip install -r $< latex/dnsdist.pdf: docs/** .venv