summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-04-27 08:51:44 +0200
committerMichał Górny <mgorny@gentoo.org>2020-04-27 09:18:34 +0200
commit4402eca95e08e1d00f685cefbde7d64692257c11 (patch)
tree27a22928a9a318b24103fc731f39c24cc8f2e475 /dev-python/pyzbar
parentdev-python/pyzbar: Take to python@ (diff)
downloadgentoo-4402eca95e08e1d00f685cefbde7d64692257c11.tar.gz
gentoo-4402eca95e08e1d00f685cefbde7d64692257c11.tar.bz2
gentoo-4402eca95e08e1d00f685cefbde7d64692257c11.zip
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>
Diffstat (limited to 'dev-python/pyzbar')
-rw-r--r--dev-python/pyzbar/pyzbar-0.1.8.ebuild2
1 files changed, 1 insertions, 1 deletions
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}]
)