From 703ba9e7cbf4043a837655b3dcf03c4e0bf512ab Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 12 Dec 2020 15:26:09 +0800 Subject: [PATCH] admin/build-doc: revert "upgrade pip setuptools first" per Radoslow Zarzynski, the build failure was due to missing Python.h for the python version he was using on the system. This reverts commit bc73204812907b1e55f0f4b8ad977bcce8834c6f. Signed-off-by: Kefu Chai --- admin/build-doc | 1 - 1 file changed, 1 deletion(-) diff --git a/admin/build-doc b/admin/build-doc index b58c349c0ac..ef58aa40ee9 100755 --- a/admin/build-doc +++ b/admin/build-doc @@ -54,7 +54,6 @@ if [ ! -e $vdir ]; then virtualenv --python=python3 $vdir fi -$vdir/bin/pip install --quiet --upgrade pip setuptools $vdir/bin/pip install --quiet \ -r $TOPDIR/admin/doc-requirements.txt \ -r $TOPDIR/admin/doc-python-common-requirements.txt