try this
Signed-off-by: Ricky Elrod <ricky@elrod.me>
This commit is contained in:
parent
caa3d2b04c
commit
63cb08b8f6
@ -140,7 +140,7 @@ pushd %{py3dir}
|
||||
# Need to install flask in the setuptools "develop" mode to build docs
|
||||
# The BuildRequires on Werkzeug, Jinja2 and Sphinx is due to this as well.
|
||||
export PYTHONPATH=%{buildroot}%{python3_sitelib}
|
||||
%{__python3} setup.py develop --prefix %{buildroot}/%{_prefix}
|
||||
%{__python3} setup.py develop --prefix %{buildroot}/%{_prefix} --install-dir %{buildroot}/%{python3_sitelib}
|
||||
make -C docs html
|
||||
|
||||
rm -rf %{buildroot}%{python3_sitelib}/site.py
|
||||
|
||||
Loading…
Reference in New Issue
Block a user