From 7e2bcb0991b664a075fc1583ccaa0600ecdbc30f Mon Sep 17 00:00:00 2001 From: caixiangyue Date: Mon, 8 Jun 2020 15:16:18 +0800 Subject: [PATCH] remove python3 future --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 7f4f64a..e649bbf 100644 --- a/debian/control +++ b/debian/control @@ -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.