Skip to content

Commit ecf9abe

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
extras: have rpm spec recommend extras on fedora 37 & later
I'm confident that the python packages available on fedora 37, and presumably later versions, support all the deps we need for all our extras. Thus this change adds RPM Recommends for our extras but only for fedora 37 and later. Signed-off-by: John Mulligan <[email protected]>
1 parent f91a797 commit ecf9abe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

extras/python-sambacc.spec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ Summary: %{summary}
4040
# Distro requires that are technically optional for the lib
4141
Requires: python3-samba
4242
Requires: python3-pyxattr
43+
%if 0%{?fedora} >= 37
44+
Recommends: %{name}+toml
45+
Recommends: %{name}+validation
46+
Recommends: %{name}+yaml
47+
%endif
4348

4449
%description -n python3-%{bname} %_description
4550

0 commit comments

Comments
 (0)