forked from pool/python-pyglet
Accepting request 1117152 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1117152 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyglet?expand=0&rev=20
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 11 15:08:53 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Replace freetype buildRequires with freetype2-devel: freetype is
|
||||||
|
deprecated. The python code loads a libfreetype.so, which
|
||||||
|
actually never existed in freetype 1. The tests passed so far as
|
||||||
|
libfreetype6 has been pulled in indirectly by python-Pillow.
|
||||||
|
- Drop the freetype recommends, as it is never used and the
|
||||||
|
library in question is pulled in via existing deps.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 29 06:52:57 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
Tue Aug 29 06:52:57 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@@ -50,7 +50,6 @@ Requires: python-Pillow
|
|||||||
Requires: python-pypng
|
Requires: python-pypng
|
||||||
Recommends: alsa-lib
|
Recommends: alsa-lib
|
||||||
Recommends: fontconfig
|
Recommends: fontconfig
|
||||||
Recommends: freetype
|
|
||||||
Recommends: libGLU1
|
Recommends: libGLU1
|
||||||
Recommends: libopenal0
|
Recommends: libopenal0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -63,7 +62,7 @@ BuildRequires: %{python_module pytest}
|
|||||||
BuildRequires: Mesa-dri
|
BuildRequires: Mesa-dri
|
||||||
BuildRequires: alsa-lib
|
BuildRequires: alsa-lib
|
||||||
BuildRequires: fontconfig
|
BuildRequires: fontconfig
|
||||||
BuildRequires: freetype
|
BuildRequires: freetype2-devel
|
||||||
BuildRequires: gnu-free-fonts
|
BuildRequires: gnu-free-fonts
|
||||||
BuildRequires: libopenal0
|
BuildRequires: libopenal0
|
||||||
BuildRequires: xorg-x11-server
|
BuildRequires: xorg-x11-server
|
||||||
|
Reference in New Issue
Block a user