owncloud: Add packages for external storage

The two packages are required when External Storage plugin in ownCloud
is enabled.  Since this has been a frequently asked question, add it to
the dependencies list.
This commit is contained in:
Sunil Mohan Adapa 2016-02-15 09:36:04 +05:30 committed by James Valleroy
parent b788358022
commit 531ec960e4
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -58,8 +58,8 @@ def on_install():
service.notify_enabled(None, True)
@package.required(['postgresql', 'php5-pgsql', 'owncloud'],
on_install=on_install)
@package.required(['postgresql', 'php5-pgsql', 'owncloud', 'php-dropbox',
'php-google-api-php-client'], on_install=on_install)
def index(request):
"""Serve the ownCloud configuration page"""
status = get_status()