forked from pool/python-venusian
Accepting request 1141233 from home:ecsos:python
- Fix build error in Leap. Use correct BuildRequires. OBS-URL: https://build.opensuse.org/request/show/1141233 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-venusian?expand=0&rev=30
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 24 11:36:23 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
- Fix build error in Leap.
|
||||||
|
Use correct BuildRequires.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 10 06:10:22 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
Wed Jan 10 06:10:22 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@@ -35,8 +35,8 @@ BuildRequires: %{python_module pytest}
|
|||||||
BuildRequires: %{python_module sphinxcontrib-copybutton}
|
BuildRequires: %{python_module sphinxcontrib-copybutton}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
# SECTION documentation requirements
|
# SECTION documentation requirements
|
||||||
BuildRequires: python3-Sphinx
|
BuildRequires: %{python_module Sphinx}
|
||||||
BuildRequires: python3-pylons-sphinx-themes
|
BuildRequires: %{python_module pylons-sphinx-themes}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ sed -i '/addopts/d' setup.cfg
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
PYTHONPATH=src python3 -msphinx docs build/sphinx/html \
|
PYTHONPATH=src python%python_bin_suffix -msphinx docs build/sphinx/html \
|
||||||
&& rm -rv build/sphinx/html/{.buildinfo,objects.inv,.doctrees}
|
&& rm -rv build/sphinx/html/{.buildinfo,objects.inv,.doctrees}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Reference in New Issue
Block a user