From 1a1848934ca533d6e94f9bd0e99f9828a3c2300c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 19 May 2020 09:00:16 +0200 Subject: [PATCH] dev-python/secretstorage: Add dep on dbus MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/723496 Signed-off-by: Michał Górny --- dev-python/secretstorage/secretstorage-3.1.2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/secretstorage/secretstorage-3.1.2.ebuild b/dev-python/secretstorage/secretstorage-3.1.2.ebuild index bd2d59067442..d7ab0a66ef25 100644 --- a/dev-python/secretstorage/secretstorage-3.1.2.ebuild +++ b/dev-python/secretstorage/secretstorage-3.1.2.ebuild @@ -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 -- 2.26.2