mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
SOGo: add dpkg-dev to the package list
Closes: #2499 [sunil] - Add a comment about the dependency. Signed-off-by: Benedek Nagy <contact@nbenedek.me> Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
c7673e039d
commit
1489151b4e
@ -60,8 +60,11 @@ class SOGoApp(app_module.App):
|
||||
clients=info.clients, tags=info.tags)
|
||||
self.add(shortcut)
|
||||
|
||||
# dpkg-dev is needed because plget command, part of
|
||||
# gnustep-base-runtime package, uses dpkg-architecture command but
|
||||
# there is no dependency on dpkg-dev.
|
||||
packages = Packages('packages-sogo',
|
||||
['sogo', 'postgresql', 'memcached'])
|
||||
['sogo', 'postgresql', 'memcached', 'dpkg-dev'])
|
||||
self.add(packages)
|
||||
|
||||
dropin_configs = DropinConfigs('dropin-configs-sogo', [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user