From df9bb923c922df9b4ee0a96f709e62a835462b2f Mon Sep 17 00:00:00 2001 From: mulhern Date: Thu, 19 Feb 2026 12:42:12 -0500 Subject: [PATCH] stratisd.spec: require dbus-python This dependency should have been included when we started releasing stratis-decode-dm. The missing requirement never came to light because stratisd CI requires dbus-python for every relevant testing context where the missing dependency might have been discovered. Signed-off-by: mulhern --- mockbuild_test/stratisd.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/mockbuild_test/stratisd.spec b/mockbuild_test/stratisd.spec index f2975b6..32dfe7b 100644 --- a/mockbuild_test/stratisd.spec +++ b/mockbuild_test/stratisd.spec @@ -45,6 +45,7 @@ Requires: systemd-libs Requires: dbus-libs Requires: cryptsetup-libs Requires: libblkid +Requires: dbus-python # stratisd does not require clevis; it can be used in restricted environments # where clevis is not available.