From 4402eca95e08e1d00f685cefbde7d64692257c11 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 27 Apr 2020 08:51:44 +0200 Subject: [PATCH] dev-python/pyzbar: Correct dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit media-gfx/zbar is used via cdll, so no need for it at build time. Signed-off-by: Michał Górny --- 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 0871892417e7..52dfc23d22b7 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}] ) -- 2.26.2