Browse Source

seafile-seahub: move Django-1.11.txt in package folder

Django 1.11 (host-build) is only needed for Seahub.
And won't ever be needed for anything else (hopefully).

This change moves it to the Seahub folder.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 3 years ago
parent
commit
5e00a051d6
2 changed files with 1 additions and 1 deletions
  1. +0
    -0
      net/seafile-seahub/Django-1.11.txt
  2. +1
    -1
      net/seafile-seahub/Makefile

lang/python/host-pip-requirements/Django-1.11.txt → net/seafile-seahub/Django-1.11.txt View File


+ 1
- 1
net/seafile-seahub/Makefile View File

@ -21,7 +21,7 @@ PKG_LICENSE_FILES:=LICENSE.txt
PKG_BUILD_DIR:=$(BUILD_DIR)/seahub-$(PKG_VERSION)-server
HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:=Django-1.11
HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:=./Django-1.11.txt
PKG_BUILD_PARALLEL:=1
PYTHON3_PKG_BUILD:=0


Loading…
Cancel
Save