seafile-seahub: adjust to python package renames
authorHannu Nyman <redacted>
Mon, 11 Mar 2019 19:29:13 +0000 (21:29 +0200)
committerHannu Nyman <redacted>
Mon, 11 Mar 2019 19:29:13 +0000 (21:29 +0200)
Adjust to the rename of pytz, simplejson, chardet to
to python-pytz etc.

Signed-off-by: Hannu Nyman <redacted>
net/seafile-seahub/Makefile

index 8b08d5c7540ae17c1ceeb9a285fe5b589b868946..9278ddd0b4b8e99e0be39e96d34850100d6473c1 100644 (file)
@@ -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 <mail.gery@gmail.com>
     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
git clone https://git.99rst.org/PROJECT