mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 18:41:20 +00:00
seafile: Remove Python variants, update Python packaging
This removes Python build variants and adds PYTHON3_PKG_BUILD:=0 (where appropriate) for the Seafile packages. This also updates the way the Python bindings packages are packaged, using automake installation instead of manual install recipes. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
8
libs/libsearpc/patches/001-no-python-compile.patch
Normal file
8
libs/libsearpc/patches/001-no-python-compile.patch
Normal file
@@ -0,0 +1,8 @@
|
||||
--- a/pysearpc/Makefile.am
|
||||
+++ b/pysearpc/Makefile.am
|
||||
@@ -1,4 +1,4 @@
|
||||
|
||||
pysearpcdir=${pyexecdir}/pysearpc
|
||||
|
||||
-pysearpc_PYTHON = __init__.py client.py common.py errors.py named_pipe.py server.py transport.py utils.py
|
||||
+pysearpc_DATA = __init__.py client.py common.py errors.py named_pipe.py server.py transport.py utils.py
|
||||
Reference in New Issue
Block a user