From 544a329c93ff342445a1191dd81d834c00f19718 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Thu, 26 May 2022 04:28:16 +0800 Subject: [PATCH] Revert "systemd: remove eudev provides" This reverts commit 1db9de4c03aa1ee76e951d9b1897a6b02bc9beaa. py3-udev still explicitly require eudev --- systemd/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/APKBUILD b/systemd/APKBUILD index 661741a..1703cb5 100644 --- a/systemd/APKBUILD +++ b/systemd/APKBUILD @@ -38,7 +38,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/systemd/systemd-stable/archi 0102-test-resolved-stream-explicit-cast-sockaddr_in-point.patch" pkgusers="systemd-network systemd-resolve systemd-coredump" pkggroups="systemd-journal" -provides="hwids-udev=99999999" +provides="hwids-udev=99999999 eudev=99 eudev-libs=99" builddir="$srcdir/systemd-stable-$pkgver" build() { -- 2.43.0