diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2020-06-21 11:42:37 +0200 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2020-06-21 11:42:37 +0200 |
commit | 00859f67d5c43355bb29ab2a814b8085747c363a (patch) | |
tree | f7a4750ed6aae504ecb2ccc2cc2b10cf20ae4d52 /dev-python/notify2 | |
parent | net-print/hplip: Fix minimal build. (diff) | |
download | gentoo-00859f67d5c43355bb29ab2a814b8085747c363a.tar.gz gentoo-00859f67d5c43355bb29ab2a814b8085747c363a.tar.bz2 gentoo-00859f67d5c43355bb29ab2a814b8085747c363a.zip |
dev-python/notify2: Fix tests.
Fixes bug #728916. Tests needs sys-apps/dbus[X].
Thanks to Sam James for the report.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
Diffstat (limited to 'dev-python/notify2')
-rw-r--r-- | dev-python/notify2/notify2-0.3.1-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/notify2/notify2-0.3.1-r1.ebuild b/dev-python/notify2/notify2-0.3.1-r1.ebuild index 8700640700ea..f93b2de1c5ab 100644 --- a/dev-python/notify2/notify2-0.3.1-r1.ebuild +++ b/dev-python/notify2/notify2-0.3.1-r1.ebuild @@ -18,6 +18,7 @@ KEYWORDS="amd64 arm ppc ppc64 x86" IUSE="examples" RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]" +BDEPEND="test? ( sys-apps/dbus[X] )" python_test() { virtx ${EPYTHON} test_notify2.py |