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@gentoo.org>
This commit is contained in:
Michał Górny
2020-04-27 08:51:44 +02:00
parent 2d672c7294
commit 4402eca95e

View File

@@ -20,7 +20,7 @@ RDEPEND="
media-gfx/zbar
"
DEPEND="${RDEPEND}
BDEPEND="
test? (
dev-python/numpy[${PYTHON_USEDEP}]
)