add rsync dependency

This commit is contained in:
joshuaboud 2021-06-02 12:14:56 -03:00
parent a934eb46bc
commit 5b5bb17bc9
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@ -9,5 +9,5 @@ Homepage: https://github.com/45Drives/cockpit-navigator
Package: cockpit-navigator
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends},
cockpit, python3
cockpit, python3, rsync
Description: A File System Browser for Cockpit.

View File

@ -6,7 +6,7 @@ License: GPL-3.0+
URL: github.com/45drives/cockpit-navigator/blob/main/README.md
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
Requires: cockpit python3
Requires: cockpit python3 rsync
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root