seafile-seahub: adjust to flup rename 9328/head
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Wed, 26 Jun 2019 17:12:24 +0000 (14:12 -0300)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Wed, 26 Jun 2019 17:12:24 +0000 (14:12 -0300)
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
net/seafile-seahub/Makefile

index 50a4dffeee6bb57a65167b4950b612a2a7d4a831..9123d9bda333e42573d7c0e5b7015c3c37417f11 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=seafile-seahub
 PKG_VERSION:=6.3.4
-PKG_RELEASE:=4
+PKG_RELEASE:=5
 PKG_LICENSE:=Apache-2.0
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -35,7 +35,7 @@ define Package/seafile-seahub
        +django-compressor +django-formtools +django-jsonfield \
        +django-picklefield +django-postoffice +django-restframework \
        +django-simple-captcha +django-statici18n +django-webpack-loader \
-       +flup +gunicorn +openpyxl \
+       +python-flup +gunicorn +openpyxl \
        $(foreach dep,$(SEAFILE_PYTHON_DEPENDS),+python-$(dep))
 endef