Skip to content
Snippets Groups Projects
Verified Commit 8bce9666 authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

patches: packages: backport: seafile-seahub: remove it for now

It requires more backports and for now just leave it
parent 12a08476
Branches
Tags
1 merge request!123Turris OS 5.0 (HBK)
From 4be2aa45d45e6ca352e7d16cad058768c3b4898f Mon Sep 17 00:00:00 2001
From: Eneas U de Queiroz <cotequeiroz@gmail.com>
Date: Wed, 26 Jun 2019 14:12:24 -0300
Subject: [PATCH] seafile-seahub: adjust to flup rename
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
---
net/seafile-seahub/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/seafile-seahub/Makefile b/net/seafile-seahub/Makefile
index 50a4dffee..9123d9bda 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:=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
--
2.20.1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment