Force in-tree build for older pip

This commit is contained in:
Elliott Sales de Andrade 2021-11-21 00:59:45 -05:00
parent 7f2e9fa7c0
commit 490dfd5b81
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,9 @@ sed -i -e "s/release = .\+/release = '%{version}'/g" docs/conf.py
%build
%if 0%{fedora} && 0%{fedora} < 36
export PIP_USE_FEATURE="in-tree-build"
%endif
%pyproject_wheel
# generate html docs