]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian/control: remove "libnl-3-dev" from build dependencies 28460/head
authorKefu Chai <kchai@redhat.com>
Sun, 9 Jun 2019 09:33:19 +0000 (17:33 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 19 Jun 2019 13:21:00 +0000 (21:21 +0800)
what we need is "libnl-genl-3-dev", libnl-3-dev should be a dependency
of "libnl-genl-3-dev". the only reason we would have added it, is if
the package maintainer of "libnl-genl-3-dev" fails to do so. and
the packages of "libnl-genl-3-dev" on both debian and ubuntu just look
correct in this perspective.

so let's remove this.

Signed-off-by: Kefu Chai <kchai@redhat.com>
debian/control

index 9347ca3b293c03c0777d4ef51eebd93cc9e5aeee..6644ce70291810f2d001cad66ccf9ac778b774ae 100644 (file)
@@ -53,7 +53,6 @@ Build-Depends: cmake (>= 3.5),
                libssl-dev,
                libtool,
                libudev-dev,
-               libnl-3-dev,
                libnl-genl-3-dev,
                libxml2-dev,
 # Crimson      libyaml-cpp-dev,