mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-08-17 12:06:38 +00:00
Merge pull request #46 from haiwen/fixed-dependency-relationship
Debian: fixed pysearpc dependency relationship
This commit is contained in:
commit
fbbdafd2ab
4
debian/control
vendored
4
debian/control
vendored
@ -8,7 +8,6 @@ Build-Depends:
|
|||||||
intltool,
|
intltool,
|
||||||
libglib2.0-dev,
|
libglib2.0-dev,
|
||||||
python,
|
python,
|
||||||
python-future,
|
|
||||||
libtool,
|
libtool,
|
||||||
libjansson-dev
|
libjansson-dev
|
||||||
Standards-Version: 3.9.5
|
Standards-Version: 3.9.5
|
||||||
@ -52,7 +51,8 @@ Multi-Arch: foreign
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${python:Depends},
|
Depends: ${python:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
${misc:Depends}
|
${misc:Depends},
|
||||||
|
python-future
|
||||||
Description: simple and easy-to-use C language RPC framework
|
Description: simple and easy-to-use C language RPC framework
|
||||||
Searpc handles the serialization/deserialization part of RPC, the
|
Searpc handles the serialization/deserialization part of RPC, the
|
||||||
transport part is left to users.
|
transport part is left to users.
|
||||||
|
Loading…
Reference in New Issue
Block a user