diff --git a/net/seafile-seahub/Makefile b/net/seafile-seahub/Makefile index 8b08d5c75..9278ddd0b 100644 --- a/net/seafile-seahub/Makefile +++ b/net/seafile-seahub/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=seafile-seahub PKG_VERSION:=6.3.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=Apache-2.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://codeload.github.com/haiwen/seahub/tar.gz/v$(PKG_VERSION) PKG_HASH:=53a9efdb6791fd3a2a191e89cb0f133632056046ec08adbb2ad72088e6161430 PKG_BUILD_DIR:=$(BUILD_DIR)/seahub-$(PKG_VERSION)-server -PKG_BUILD_DEPENDS:=pytz/host +PKG_BUILD_DEPENDS:=python-pytz/host include $(INCLUDE_DIR)/package.mk include ../../lang/python/python-package.mk @@ -28,12 +28,12 @@ define Package/seafile-seahub TITLE:=Seafile server - seahub component MAINTAINER:=Gergely Kiss URL:=https://seafile.com/ - DEPENDS:=+simplejson +python +pillow +chardet +django +django-appconf \ + DEPENDS:=+python-simplejson +python +pillow +python-chardet +django +django-appconf \ +django-compressor +django-constance +django-formtools +django-jsonfield \ +django-picklefield +django-postoffice +django-restframework \ +django-simple-captcha +django-statici18n +django-webpack-loader +et_xmlfile \ +flup +gunicorn +jdcal +openpyxl +python-dateutil +python-mysql \ - +python-qrcode +python-requests +python-requests-oauthlib +pytz +rcssmin + +python-qrcode +python-requests +python-requests-oauthlib +python-pytz +rcssmin endef define Build/Configure