forked from pool/python-lupa
Accepting request 787170 from openSUSE:Factory:RISCV
- No LuaJIT on riscv64 OBS-URL: https://build.opensuse.org/request/show/787170 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lupa?expand=0&rev=9
This commit is contained in:
parent
c91752763d
commit
2090470374
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 21 18:05:45 UTC 2020 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- No LuaJIT on riscv64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 5 13:50:57 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
|
@ -31,7 +31,9 @@ BuildRequires: fdupes
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: pkgconfig(lua)
|
||||
%ifnarch riscv64
|
||||
BuildRequires: pkgconfig(luajit)
|
||||
%endif
|
||||
Recommends: luajit
|
||||
Suggests: lua
|
||||
%python_subpackages
|
||||
|
Loading…
Reference in New Issue
Block a user