summaryrefslogtreecommitdiffstats
path: root/admin/build-doc
diff options
context:
space:
mode:
authorKefu Chai <kchai@redhat.com>2020-12-12 08:26:09 +0100
committerKefu Chai <kchai@redhat.com>2020-12-12 09:29:20 +0100
commit703ba9e7cbf4043a837655b3dcf03c4e0bf512ab (patch)
tree50da3770a3677eaa4edabe51618b46bbac6da13f /admin/build-doc
parentadmin/build-doc: stop passing --use-feature=2020-resolver to pip (diff)
downloadceph-703ba9e7cbf4043a837655b3dcf03c4e0bf512ab.tar.xz
ceph-703ba9e7cbf4043a837655b3dcf03c4e0bf512ab.zip
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 <kchai@redhat.com>
Diffstat (limited to 'admin/build-doc')
-rwxr-xr-xadmin/build-doc1
1 files changed, 0 insertions, 1 deletions
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