diff --git a/python3.14.spec b/python3.14.spec index f895f61..d0019a6 100644 --- a/python3.14.spec +++ b/python3.14.spec @@ -513,12 +513,12 @@ Provides: bundled(mimalloc) = 2.12 # We've filtered the automatic requirement out so libs are installable without # the main package. This however makes it pulled in by default. # See https://bugzilla.redhat.com/show_bug.cgi?id=1547131 -Recommends: %{pkgname}%{?_isa} = %{version}-%{release} +Recommends: %{pkgname}%{?_isa} # tkinter is part of the standard library, # but it is torn out to save an unwanted dependency on tk and X11. # we recommend it when tk is already installed (for better UX) -Recommends: (%{pkgname}-tkinter%{?_isa} = %{version}-%{release} if tk%{?_isa}) +Recommends: (%{pkgname}-tkinter%{?_isa} if tk%{?_isa}) # The zoneinfo module needs tzdata Requires: tzdata