dev-python/secretstorage: Add dep on dbus
authorMichał Górny <mgorny@gentoo.org>
Tue, 19 May 2020 07:00:16 +0000 (09:00 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 19 May 2020 07:11:56 +0000 (09:11 +0200)
Closes: https://bugs.gentoo.org/723496
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/secretstorage/secretstorage-3.1.2.ebuild

index bd2d590674423a64c24962c3b6b3fadfe7195ed3..d7ab0a66ef25c9106c825cbbeaa6a14aa6e2c47a 100644 (file)
@@ -23,7 +23,10 @@ RDEPEND="
        >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
 "
 BDEPEND="
-       test? ( gnome-base/gnome-keyring )
+       test? (
+               gnome-base/gnome-keyring
+               sys-apps/dbus
+       )
 "
 
 distutils_enable_tests unittest