From 0ec79ea76d058a4a7b8acd3b11538f34f15d3c74abb6643fdeb98d7f1a2ae98f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 10 Dec 2019 20:17:42 +0000 Subject: [PATCH] - Use pkgconf instead of directly defining required development packages. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lupa?expand=0&rev=4 --- python-lupa.changes | 6 ++++++ python-lupa.spec | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/python-lupa.changes b/python-lupa.changes index f627006..70054fa 100644 --- a/python-lupa.changes +++ b/python-lupa.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 10 20:52:28 CET 2019 - Matej Cepl + +- Use pkgconf instead of directly defining required development + packages. + ------------------------------------------------------------------- Tue Dec 10 10:34:01 UTC 2019 - Tomáš Chvátal diff --git a/python-lupa.spec b/python-lupa.spec index 0882bc1..fef2c9a 100644 --- a/python-lupa.spec +++ b/python-lupa.spec @@ -28,9 +28,10 @@ Source: https://files.pythonhosted.org/packages/source/l/lupa/lupa-%{ver BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes -BuildRequires: lua-devel -BuildRequires: luajit-devel +BuildRequires: pkgconfig BuildRequires: python-rpm-macros +BuildRequires: pkgconfig(lua) +BuildRequires: pkgconfig(luajit) Recommends: luajit Suggests: lua %python_subpackages