diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-02-18 19:52:00 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-18 19:52:00 -0800 |
commit | ef8ee4f94f2634ced57c736654b3fce53a3ae8e6 (patch) | |
tree | 4aeceda68f7a4b84bc0a8d51715a2a74883e9807 /net | |
parent | 97b8306c7cdbbfa92467a31bc1eda8ada42650e9 (diff) | |
parent | 07251a0543600765e16e9f767d52e28a11768600 (diff) |
Merge pull request #11257 from jefferyto/python3-django1
django1: Rename django1-restframework, add python3-django1
Diffstat (limited to 'net')
-rw-r--r-- | net/seafile-seahub/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/seafile-seahub/Makefile b/net/seafile-seahub/Makefile index bfae7f432..a479c7d4e 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:=7 +PKG_RELEASE:=8 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/haiwen/seahub/tar.gz/v$(PKG_VERSION)-server? @@ -29,7 +29,7 @@ include ../../lang/python/python-package.mk SEAFILE_PYTHON_DEPENDS:= \ simplejson chardet dateutil mysqlclient pytz qrcode requests requests-oauthlib \ django1 django-constance django-appconf django-compressor django-formtools \ - django-jsonfield django-picklefield django-postoffice django-restframework \ + django-jsonfield django-picklefield django-postoffice django-restframework39 \ pillow django-simple-captcha django-statici18n django-webpack-loader define Package/seafile-seahub |