Gentoo Archives: gentoo-commits

From: Daniel Pielmeier <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/notify2/
Date: Mon, 12 Aug 2019 18:10:24
Message-Id: 1565633371.efaa5bd5d58a1c8ba1e2e38fde0fcabf97a6500f.billie@gentoo
1 commit: efaa5bd5d58a1c8ba1e2e38fde0fcabf97a6500f
2 Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 12 18:09:31 2019 +0000
4 Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 12 18:09:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efaa5bd5
7
8 dev-python/notify2: Fix tests bug #638598.
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
12
13 dev-python/notify2/notify2-0.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/notify2/notify2-0.3.ebuild b/dev-python/notify2/notify2-0.3.ebuild
17 index 2b7d2cb84b0..db5d4796b81 100644
18 --- a/dev-python/notify2/notify2-0.3.ebuild
19 +++ b/dev-python/notify2/notify2-0.3.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=6
22 PYTHON_COMPAT=( python{2_7,3_5,3_6} )
23
24 -inherit distutils-r1
25 +inherit distutils-r1 virtualx
26
27 DESCRIPTION="Python interface to DBus notifications."
28 HOMEPAGE="https://bitbucket.org/takluyver/pynotify2"
29 @@ -18,7 +18,7 @@ IUSE="examples"
30 RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]"
31
32 python_test() {
33 - ${EPYTHON} test_notify2.py || die
34 + virtx ${EPYTHON} test_notify2.py || die
35 }
36
37 python_install_all() {