commit: 4402eca95e08e1d00f685cefbde7d64692257c11
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 27 06:51:44 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 27 07:18:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4402eca9
dev-python/pyzbar: Correct dependencies
media-gfx/zbar is used via cdll, so no need for it at build time.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyzbar/pyzbar-0.1.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pyzbar/pyzbar-0.1.8.ebuild
b/dev-python/pyzbar/pyzbar-0.1.8.ebuild
index 0871892417e..52dfc23d22b 100644
--- a/dev-python/pyzbar/pyzbar-0.1.8.ebuild
+++ b/dev-python/pyzbar/pyzbar-0.1.8.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
media-gfx/zbar
"
-DEPEND="${RDEPEND}
+BDEPEND="
test? (
dev-python/numpy[${PYTHON_USEDEP}]
)