mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Add acl dependency, needed for permission fix backport
This commit is contained in:
parent
0db4b80e13
commit
2ffa27c985
1 changed files with 2 additions and 1 deletions
3
debian/control
vendored
3
debian/control
vendored
|
@ -28,7 +28,8 @@ Depends: ${python:Depends}, ${misc:Depends}
|
||||||
, rspamd (>= 1.6.0), opendkim-tools, postsrsd, procmail, mailutils
|
, rspamd (>= 1.6.0), opendkim-tools, postsrsd, procmail, mailutils
|
||||||
, redis-server
|
, redis-server
|
||||||
, metronome (>=3.14.0)
|
, metronome (>=3.14.0)
|
||||||
, git, curl, wget, cron, unzip, jq
|
, acl
|
||||||
|
, git, curl, wget, cron, unzip, jq, bc
|
||||||
, lsb-release, haveged, fake-hwclock, equivs, lsof, whois, python-publicsuffix
|
, lsb-release, haveged, fake-hwclock, equivs, lsof, whois, python-publicsuffix
|
||||||
Recommends: yunohost-admin
|
Recommends: yunohost-admin
|
||||||
, ntp, inetutils-ping | iputils-ping
|
, ntp, inetutils-ping | iputils-ping
|
||||||
|
|
Loading…
Add table
Reference in a new issue