Skip to content

Commit

Permalink
#3974 no python3.10-cups package in Fedora 39?
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Aug 24, 2023
1 parent badc115 commit 8407e14
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packaging/rpm/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -393,13 +393,15 @@ Suggests: %{python3}-ldap3
Suggests: %{python3}-ldap
Suggests: %{python3}-oauthlib
%if 0%{?fedora}
#python prefixed builds would need this new package:
BuildRequires: %{python3}-cups
%if 0%{?fedora}>=39
# looks like they forgot to expose the pkgconfig?
BuildRequires: procps-ng-devel
# and no prefixed cups either.. only the regular one:
BuildRequires: python3-cups
%else
BuildRequires: pkgconfig(libprocps)
# python prefixed builds would need this new package:
BuildRequires: %{python3}-cups
%endif
%endif
BuildRequires: pkgconfig(libsystemd)
Expand Down

0 comments on commit 8407e14

Please sign in to comment.