d/control: drop unused mempool dependency from librte-eal2 35/1735/1
authorChristian Ehrhardt <[email protected]>
Thu, 23 Jun 2016 08:15:18 +0000 (10:15 +0200)
committerChristian Ehrhardt <[email protected]>
Thu, 23 Jun 2016 14:39:48 +0000 (16:39 +0200)
Now that linking is fixed and there is no circular dependency anymore
there is no need to still manually add the formerly hidden mempool
dependency.

Change-Id: Ieb3ae0bac70f42a7bbf6d6bc84f8c720e806f6c8
Signed-off-by: Christian Ehrhardt <[email protected]>
debian/control

index 529f4b5..3ce43d2 100644 (file)
@@ -223,7 +223,7 @@ Section: libs
 Multi-Arch: same
 Homepage: http://dpdk.org/doc/api/rte__eal_8h.html
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends}, librte-mempool1
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Conflicts: libdpdk0
 Description: Data Plane Development Kit (librte-eal runtime library)
  DPDK is a set of libraries for fast packet processing. Applications run