From: Peter van Dijk Date: Tue, 11 Feb 2020 11:55:26 +0000 (+0100) Subject: limit python deps to stuff that still works on py2 X-Git-Tag: auth-4.1.14~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8810%2Fhead;p=thirdparty%2Fpdns.git limit python deps to stuff that still works on py2 --- diff --git a/docs/Makefile.am b/docs/Makefile.am index f953a64aa4..9548e916af 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -59,7 +59,7 @@ endif # if !HAVE_MANPAGES .venv: requirements.txt virtualenv .venv - .venv/bin/pip install -U pip setuptools setuptools-git + .venv/bin/pip install -U pip 'setuptools<45' setuptools-git .venv/bin/pip install -r requirements.txt html-docs: common/** manpages/** .venv *.rst