- mini-cleanup for python package BuildRequires in specfile
- added python3-dataclasses package for sle15/Leap15 to finally fix build for these build targets; dataclasses module is in standard library of python >= 3.7 ... OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1227
This commit is contained in:
parent
0427873a46
commit
24d430f1b0
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 1 10:31:27 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- mini-cleanup for python package BuildRequires in specfile
|
||||||
|
- added python3-dataclasses package for sle15/Leap15 to finally fix
|
||||||
|
build for these build targets; dataclasses module is in standard
|
||||||
|
library of python >= 3.7 ...
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 17 08:35:12 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
Thu Aug 17 08:35:12 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -163,11 +163,11 @@ BuildRequires: memory-constraints
|
|||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
%if 0%{?suse_version} > 1320
|
# dataclasses is in standard library of python >= 3.7
|
||||||
BuildRequires: python3-mako
|
%if 0%{?suse_version} < 1550
|
||||||
%else
|
BuildRequires: python3-dataclasses
|
||||||
BuildRequires: python3-Mako
|
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: python3-Mako
|
||||||
BuildRequires: python3-xml
|
BuildRequires: python3-xml
|
||||||
BuildRequires: pkgconfig(dri2proto)
|
BuildRequires: pkgconfig(dri2proto)
|
||||||
BuildRequires: pkgconfig(dri3proto)
|
BuildRequires: pkgconfig(dri3proto)
|
||||||
|
Loading…
Reference in New Issue
Block a user