From: Alexandru Ardelean Date: Tue, 4 Jun 2019 11:29:00 +0000 (+0300) Subject: seafile-seahub: whitespace update X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f54d326bc4d5517522ca7d9062848170174c69da;p=feed%2Fpackages.git seafile-seahub: whitespace update Just un-indent the package definition a bit. Signed-off-by: Alexandru Ardelean (cherry-picked from commit 0b29c86969fbac23a3d6b7d0fa41c6949fa560e1) --- diff --git a/net/seafile-seahub/Makefile b/net/seafile-seahub/Makefile index 9a0e476f5e..50a4dffeee 100644 --- a/net/seafile-seahub/Makefile +++ b/net/seafile-seahub/Makefile @@ -27,16 +27,16 @@ SEAFILE_PYTHON_DEPENDS:= \ django django-constance define Package/seafile-seahub - SECTION:=net - CATEGORY:=Network - TITLE:=Seafile server - seahub component - URL:=https://seafile.com/ - DEPENDS:=+python +pillow +django-appconf \ - +django-compressor +django-formtools +django-jsonfield \ - +django-picklefield +django-postoffice +django-restframework \ - +django-simple-captcha +django-statici18n +django-webpack-loader \ - +flup +gunicorn +openpyxl \ - $(foreach dep,$(SEAFILE_PYTHON_DEPENDS),+python-$(dep)) + SECTION:=net + CATEGORY:=Network + TITLE:=Seafile server - seahub component + URL:=https://seafile.com/ + DEPENDS:=+python +pillow +django-appconf \ + +django-compressor +django-formtools +django-jsonfield \ + +django-picklefield +django-postoffice +django-restframework \ + +django-simple-captcha +django-statici18n +django-webpack-loader \ + +flup +gunicorn +openpyxl \ + $(foreach dep,$(SEAFILE_PYTHON_DEPENDS),+python-$(dep)) endef define Build/Configure