]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
admin/build-doc: revert "upgrade pip setuptools first"
authorKefu Chai <kchai@redhat.com>
Sat, 12 Dec 2020 07:26:09 +0000 (15:26 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 12 Dec 2020 08:29:20 +0000 (16:29 +0800)
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 <kchai@redhat.com>
admin/build-doc

index b58c349c0ac08d1ceaaca08c731fe36ef7d773af..ef58aa40ee906af8decafe097910ac7575abd682 100755 (executable)
@@ -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