From f4bea99d0c32f158943002bb7712fc92446b8fc71755df4494b69e46ab08ed4c Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 27 Apr 2021 11:25:20 +0000 Subject: [PATCH] Accepting request 888764 from home:bnavigator:branches:devel:languages:python - Explictly require libudev while building (for staging) OBS-URL: https://build.opensuse.org/request/show/888764 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygame?expand=0&rev=29 --- python-pygame.changes | 5 +++++ python-pygame.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-pygame.changes b/python-pygame.changes index da1492c..c3b2fad 100644 --- a/python-pygame.changes +++ b/python-pygame.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 27 11:22:12 UTC 2021 - Ben Greiner + +- Explictly require libudev while building (for staging) + ------------------------------------------------------------------- Tue Mar 23 20:56:42 UTC 2021 - Ben Greiner diff --git a/python-pygame.spec b/python-pygame.spec index 04014fc..04c56cf 100644 --- a/python-pygame.spec +++ b/python-pygame.spec @@ -33,6 +33,7 @@ BuildRequires: bitstream-vera-fonts BuildRequires: fdupes BuildRequires: fontconfig BuildRequires: libtiff-devel +BuildRequires: libudev-devel BuildRequires: libv4l-devel >= 0.8.4 BuildRequires: pkgconfig BuildRequires: portmidi-devel