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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxx>
---
 debian/control | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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.
-- 
2.17.1




[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Photo]     [Yosemite News]     [Yosemite Photos]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux