From 7c59122784386b1fa8a38d6762c69efd2f91a3aa90399caae0ce0e43e2f9e6bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 13 Oct 2020 17:59:02 +0000 Subject: [PATCH] Accepting request 841608 from home:dimstar:Factory - BuildRequire snappy-devel instead of pkgconfig(snappy): snappy does not provide a pkgconfig file (anymore) and setup.py does also not care for this. OBS-URL: https://build.opensuse.org/request/show/841608 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-snappy?expand=0&rev=8 --- python-python-snappy.changes | 7 +++++++ python-python-snappy.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-python-snappy.changes b/python-python-snappy.changes index 173cacf..b38b033 100644 --- a/python-python-snappy.changes +++ b/python-python-snappy.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Oct 13 17:13:23 UTC 2020 - Dominique Leuenberger + +- BuildRequire snappy-devel instead of pkgconfig(snappy): snappy + does not provide a pkgconfig file (anymore) and setup.py does + also not care for this. + ------------------------------------------------------------------- Sun Aug 16 21:22:31 UTC 2020 - John Vandenberg diff --git a/python-python-snappy.spec b/python-python-snappy.spec index b7e8864..652bd5d 100644 --- a/python-python-snappy.spec +++ b/python-python-snappy.spec @@ -31,7 +31,7 @@ BuildRequires: c++_compiler BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: python-rpm-macros -BuildRequires: pkgconfig(snappy) +BuildRequires: snappy-devel %python_subpackages %description