Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyzbar/
Date: Mon, 27 Apr 2020 07:19:05
Message-Id: 1587971914.4402eca95e08e1d00f685cefbde7d64692257c11.mgorny@gentoo
1 commit: 4402eca95e08e1d00f685cefbde7d64692257c11
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 27 06:51:44 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 27 07:18:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4402eca9
7
8 dev-python/pyzbar: Correct dependencies
9
10 media-gfx/zbar is used via cdll, so no need for it at build time.
11
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 dev-python/pyzbar/pyzbar-0.1.8.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/pyzbar/pyzbar-0.1.8.ebuild b/dev-python/pyzbar/pyzbar-0.1.8.ebuild
18 index 0871892417e..52dfc23d22b 100644
19 --- a/dev-python/pyzbar/pyzbar-0.1.8.ebuild
20 +++ b/dev-python/pyzbar/pyzbar-0.1.8.ebuild
21 @@ -20,7 +20,7 @@ RDEPEND="
22 media-gfx/zbar
23 "
24
25 -DEPEND="${RDEPEND}
26 +BDEPEND="
27 test? (
28 dev-python/numpy[${PYTHON_USEDEP}]
29 )