mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
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 bc73204812.
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
5cb9d54587
commit
703ba9e7cb
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user