From f10068c3f6eb1c800935d3d0636acec61c30fed2 Mon Sep 17 00:00:00 2001 From: caixiangyue Date: Fri, 18 Oct 2019 10:37:33 +0800 Subject: [PATCH] Debian: fixed pysearpc dependency relationship --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index d80fb32..3cd5834 100644 --- a/debian/control +++ b/debian/control @@ -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.