From: Kefu Chai Date: Sat, 12 Dec 2020 07:26:09 +0000 (+0800) Subject: admin/build-doc: revert "upgrade pip setuptools first" X-Git-Tag: v16.1.0~279^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=703ba9e7cbf4043a837655b3dcf03c4e0bf512ab;p=ceph.git 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 --- diff --git a/admin/build-doc b/admin/build-doc index b58c349c0ac0..ef58aa40ee90 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