1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-08-29 09:12:47 +00:00

Debian: fixed pysearpc dependency relationship

This commit is contained in:
caixiangyue 2019-10-18 10:37:33 +08:00
parent fb7242cd09
commit f10068c3f6

4
debian/control vendored
View File

@ -8,7 +8,6 @@ Build-Depends:
intltool,
libglib2.0-dev,
python,
python-future,
libtool,
libjansson-dev
Standards-Version: 3.9.5
@ -52,7 +51,8 @@ Multi-Arch: foreign
Architecture: all
Depends: ${python:Depends},
${shlibs:Depends},
${misc:Depends}
${misc:Depends},
python-future
Description: simple and easy-to-use C language RPC framework
Searpc handles the serialization/deserialization part of RPC, the
transport part is left to users.