1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

main/multipath-tools: remove redundant dependency

abuild traces dependency so:libdevmapper.so.1.02 automatically,
specifying device-mapper is superfluous.
This commit is contained in:
Hugo Osvaldo Barrera 2025-05-02 16:38:32 +02:00 committed by Natanael Copa
parent e0400bbdc5
commit b48b05f771

View file

@ -6,7 +6,7 @@ pkgdesc="Device Mapper Multipathing Driver"
url="http://christophe.varoqui.free.fr/"
arch="all"
license="LGPL-2.0-only"
depends="eudev device-mapper"
depends="eudev"
makedepends="
eudev-dev
json-c-dev