Skip to content

Commit

Permalink
rpm: adjust dependencies for openSUSE
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Nov 5, 2023
1 parent ad0b68b commit 24cdce9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rpm_spec/qubes-utils.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ Common Linux files for Qubes Dom0 and VM
Summary: Python package qubesimgconverter
Requires: python%{python3_pkgversion}
Requires: python%{python3_pkgversion}-cairo
%if 0%{?is_opensuse}
Requires: python%{python3_pkgversion}-Pillow
%else
Requires: python%{python3_pkgversion}-pillow
%endif
Requires: python%{python3_pkgversion}-numpy

%description -n python%{python3_pkgversion}-qubesimgconverter
Expand Down

0 comments on commit 24cdce9

Please sign in to comment.