dev-python/mapbox_earcut: Add := DEPEND on dev-python/numpy

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-05-09 05:16:21 +02:00
parent a3cbee6ae7
commit 413b2cdf50

View File

@@ -22,8 +22,11 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm64 ~x86"
DEPEND="
dev-python/numpy:=[${PYTHON_USEDEP}]
"
RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
${DEPEND}
"
BDEPEND="
dev-python/pybind11[${PYTHON_USEDEP}]