- Allow build with setuptools_scm>=7
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=66
This commit is contained in:
parent
10b0afb464
commit
f5aba026f7
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 11 11:19:52 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Allow build with setuptools_scm>=7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 14 14:47:16 UTC 2022 - Arun Persaud <arun@gmx.de>
|
Sun Aug 14 14:47:16 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -248,6 +248,9 @@ find examples lib/matplotlib lib/mpl_toolkits/mplot3d -type f -name "*.py" -exec
|
|||||||
cp %{SOURCE1} mplsetup.cfg
|
cp %{SOURCE1} mplsetup.cfg
|
||||||
# The setup procedure wants certifi to download packages over https. Not applicable here.
|
# The setup procedure wants certifi to download packages over https. Not applicable here.
|
||||||
sed -i '/"certifi>=.*"/ d' setup.py
|
sed -i '/"certifi>=.*"/ d' setup.py
|
||||||
|
# To make it work with setuptools_scm >= 7
|
||||||
|
# https://discourse.matplotlib.org/t/matplotlib-announce-amm-matplotlib-3-5-3/23046
|
||||||
|
sed -i 's/setuptools_scm>=4,<7/setuptools_scm>=4/' setup.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
|
Loading…
Reference in New Issue
Block a user