diff mbox series

[rdma-core,3/6] debian: Let python3-pyverbs depend on ${shlibs:Depends}

Message ID 20181221183157.12444-4-benjamin.drung@cloud.ionos.com (mailing list archive)
State Accepted
Headers show
Series Fix Debian packaging | expand

Commit Message

Benjamin Drung Dec. 21, 2018, 6:31 p.m. UTC
The Python library builds a C module, which is linked against libc.
Therefore add ${shlibs:Depends} to the dependencies.

Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
---
 debian/control | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/debian/control b/debian/control
index 9f5dd32d..4c2713c0 100644
--- a/debian/control
+++ b/debian/control
@@ -328,6 +328,10 @@  Description: Tools for Infiniband attached storage (SRP)
 
 Package: python3-pyverbs
 Architecture: linux-any
-Depends: rdma-core (>= 21), ${python3:Depends}
+Depends: rdma-core (>= 21),
+         ${misc:Depends},
+         ${python3:Depends},
+         ${shlibs:Depends}
+Provides: ${python3:Provides}
 Description: Pyverbs is a python bindings for rdma-core.
  It allows an easy development in python language of RDMA applications.