dev-python/pyzbar: Correct dependencies
authorMichał Górny <mgorny@gentoo.org>
Mon, 27 Apr 2020 06:51:44 +0000 (08:51 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 27 Apr 2020 07:18:34 +0000 (09:18 +0200)
media-gfx/zbar is used via cdll, so no need for it at build time.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyzbar/pyzbar-0.1.8.ebuild

index 0871892417e704b12663d08d76e4e8652c5eb726..52dfc23d22b750e3cc9090850fb22c4f77a9bace 100644 (file)
@@ -20,7 +20,7 @@ RDEPEND="
        media-gfx/zbar
 "
 
-DEPEND="${RDEPEND}
+BDEPEND="
        test? (
                dev-python/numpy[${PYTHON_USEDEP}]
        )