From patchwork Fri Dec 21 18:31:53 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Drung X-Patchwork-Id: 10740873 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A22156C5 for ; Fri, 21 Dec 2018 18:32:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 93BC928536 for ; Fri, 21 Dec 2018 18:32:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8804628668; Fri, 21 Dec 2018 18:32:10 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1D71D28536 for ; Fri, 21 Dec 2018 18:32:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391422AbeLUScJ (ORCPT ); Fri, 21 Dec 2018 13:32:09 -0500 Received: from mx1.ionos.com ([46.16.72.21]:56186 "EHLO mx1.ionos.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725843AbeLUScJ (ORCPT ); Fri, 21 Dec 2018 13:32:09 -0500 Received: from mail.pb.local (mail.pb.local [192.168.178.100]) by mx1.ionos.com (Postfix) with ESMTP id 6F0655F598 for ; Fri, 21 Dec 2018 18:32:05 +0000 (UTC) Received: from konstrukt.pb.local (konstrukt.pb.local [192.168.88.20]) by mail.pb.local (Postfix) with SMTP id 29FAE3FE70; Fri, 21 Dec 2018 19:32:02 +0100 (CET) Received: (nullmailer pid 19096 invoked by uid 1000); Fri, 21 Dec 2018 18:32:02 -0000 From: Benjamin Drung To: linux-rdma@vger.kernel.org Cc: Benjamin Drung Subject: [PATCH rdma-core 2/6] debian: Run wrap-and-sort Date: Fri, 21 Dec 2018 19:31:53 +0100 Message-Id: <20181221183157.12444-3-benjamin.drung@cloud.ionos.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181221183157.12444-1-benjamin.drung@cloud.ionos.com> References: <20181221183157.12444-1-benjamin.drung@cloud.ionos.com> Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Benjamin Drung --- debian/control | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index b132b590..9f5dd32d 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Uploaders: Benjamin Drung , Section: net Priority: optional Build-Depends: cmake (>= 2.8.11), + cython3, debhelper (>= 9), debhelper (>= 9.20160709) | dh-systemd, dpkg-dev (>= 1.17), @@ -16,7 +17,6 @@ Build-Depends: cmake (>= 2.8.11), pandoc, pkg-config, python3-dev, - cython3, valgrind [amd64 arm64 armhf i386 mips mips64el mipsel powerpc ppc64 ppc64el s390x] Standards-Version: 4.2.1 Vcs-Git: https://github.com/linux-rdma/rdma-core.git @@ -328,7 +328,6 @@ Description: Tools for Infiniband attached storage (SRP) Package: python3-pyverbs Architecture: linux-any -Depends: rdma-core (>= 21), - ${python3:Depends} +Depends: rdma-core (>= 21), ${python3:Depends} Description: Pyverbs is a python bindings for rdma-core. It allows an easy development in python language of RDMA applications.