From 29455e8a9e33ec571a3e94e61e3955dd6695b871 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Mon, 17 Jul 2017 22:16:56 +0200 Subject: [PATCH] dnsdist docs: update setuptools --- pdns/dnsdistdist/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2