Skip to content

Commit

Permalink
Add missing package requirements and align the requirements with sing…
Browse files Browse the repository at this point in the history
…lespec

Require CherryPy and dateutil
  • Loading branch information
vzhestkov authored Dec 22, 2023
2 parents d7312ed + 8a1b0bb commit b6ff1d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python-saline.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: systemd-rpm-macros
BuildRequires: %{python_module base}
Requires: %{python_module salt}
Requires: python-CherryPy
Requires: python-python-dateutil
Requires: python-salt
Requires: config(saline) = %{version}-%{release}
Requires(post): update-alternatives
Requires(postun):update-alternatives
Expand Down

0 comments on commit b6ff1d0

Please sign in to comment.