Skip to content

Commit

Permalink
Add additional requirement for python3-dnf-plugins-core
Browse files Browse the repository at this point in the history
  • Loading branch information
grumpey committed Sep 18, 2023
1 parent 4aaa0ff commit 8fff7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Requires: python3-%{name} = %{version}-%{release}
Requires: python-dbus
Requires: %{_bindir}/sqlite3
%elif 0%{?fedora}
Recommends: (%{_bindir}/sqlite3 if bash-completion)
Recommends: (%{_bindir}/sqlite3 if (bash-completion && python3-dnf-plugins-core))
%else
Recommends: (python3-dbus if NetworkManager)
%endif
Expand Down

0 comments on commit 8fff7e4

Please sign in to comment.