mirror of
https://github.com/ceph/ceph
synced 2025-04-07 01:54:01 +00:00
admin: move python-common deps out of doc-requirements.txt
to address the build failure of python -m pip install --exists-action=w --no-cache-dir -r admin/doc-requirements.txt ERROR: ../src/python-common is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with svn+, git+, hg+, or bzr+). Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
0021dd278b
commit
b83be6f33b
@ -57,7 +57,7 @@ cd build-doc
|
|||||||
if [ ! -e $vdir ]; then
|
if [ ! -e $vdir ]; then
|
||||||
virtualenv --python=python3 $vdir
|
virtualenv --python=python3 $vdir
|
||||||
fi
|
fi
|
||||||
$vdir/bin/pip install --quiet -r $TOPDIR/admin/doc-requirements.txt
|
$vdir/bin/pip install --quiet -r $TOPDIR/admin/doc-requirements.txt -r $TOPDIR/admin/doc-python-common-requirements.txt
|
||||||
|
|
||||||
install -d -m0755 \
|
install -d -m0755 \
|
||||||
$TOPDIR/build-doc/output/html \
|
$TOPDIR/build-doc/output/html \
|
||||||
|
3
admin/doc-python-common-requirements.txt
Normal file
3
admin/doc-python-common-requirements.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
pcpp
|
||||||
|
Jinja2
|
||||||
|
-e../src/python-common
|
@ -6,6 +6,3 @@ Cython
|
|||||||
prettytable
|
prettytable
|
||||||
sphinx-autodoc-typehints == 1.10.3
|
sphinx-autodoc-typehints == 1.10.3
|
||||||
typed-ast
|
typed-ast
|
||||||
pcpp
|
|
||||||
-e../src/python-common
|
|
||||||
Jinja2
|
|
||||||
|
Loading…
Reference in New Issue
Block a user