Disable mingw support for python-pillow
python-pillow mingw support doesn't build because its dependency openjpeg2 has mingw support disabled when building as flatpak.
This commit is contained in:
parent
23c7eea7ed
commit
da72ecaba9
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,9 @@ data:
|
|||
- hydrapaper
|
||||
buildopts:
|
||||
arches: [aarch64, x86_64]
|
||||
rpms:
|
||||
macros: |
|
||||
%_without_mingw 1
|
||||
components:
|
||||
rpms:
|
||||
dbus-python:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue