1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-04-27 18:25:06 +00:00

remove python3 future

This commit is contained in:
caixiangyue 2020-06-08 15:16:18 +08:00
parent b0079d2a0c
commit 7e2bcb0991

3
debian/control vendored
View File

@ -52,8 +52,7 @@ Multi-Arch: foreign
Architecture: all
Depends: ${python3:Depends},
${shlibs:Depends},
${misc:Depends},
python3-future
${misc:Depends}
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.