Add python3-fuse dependency
This commit is contained in:
parent
6bf355b3dd
commit
3163e6a3d7
1 changed files with 5 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Name: acd_cli
|
||||
Version: 0.3.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A command line interface and FUSE filesystem for Amazon Cloud Drive
|
||||
|
||||
License: GPLv2+
|
||||
|
|
@ -21,6 +21,7 @@ Requires: python3-dateutil
|
|||
Requires: python3-requests > 2.1.0
|
||||
Requires: python3-requests-toolbelt
|
||||
Requires: python3-sqlalchemy
|
||||
Recommends: python3-fuse
|
||||
|
||||
%description
|
||||
acd_cli provides a command line interface to Amazon Cloud Drive and allows
|
||||
|
|
@ -53,6 +54,9 @@ ln -s acd_cli $RPM_BUILD_ROOT/%_bindir/acdcli
|
|||
%_bindir/acd_cli
|
||||
|
||||
%changelog
|
||||
* Tue Nov 22 2016 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.3.2-3
|
||||
- Add python3-fuse dependency
|
||||
|
||||
* Sun Oct 2 2016 Matthew Miller <mattdm@fedoraproject.org> - 03.2-2
|
||||
- package docs say "dateutils' but means "dateutil"
|
||||
- change that and requests-toolbelt to hard dep, because package will not actually
|
||||
|
|
|
|||
Reference in a new issue