forked from pool/python-lupa
- 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
This commit is contained in:
parent
7cb343399c
commit
0ec79ea76d
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 10 20:52:28 CET 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Use pkgconf instead of directly defining required development
|
||||
packages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 10 10:34:01 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user