From d54df53dffbafba575c82ce8649c0153b73da184 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 11 Feb 2020 12:55:26 +0100 Subject: [PATCH] limit python deps to stuff that still works on py2 --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2