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>
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