diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-12-12 21:51:32 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-12-12 21:52:02 +0100 |
commit | 1e5264a7627268e87946f541abb3815737912882 (patch) | |
tree | 045b677bd7243ae8a7c3c2167ee58b3000002330 /sci-libs/onnx | |
parent | app-containers/lxd: require >=go-1.20 per upstream for 5.20 (diff) | |
download | gentoo-1e5264a7627268e87946f541abb3815737912882.tar.gz gentoo-1e5264a7627268e87946f541abb3815737912882.tar.bz2 gentoo-1e5264a7627268e87946f541abb3815737912882.zip |
sci-libs/onnx: fix DEPEND
Closes: https://bugs.gentoo.org/919706
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/onnx')
-rw-r--r-- | sci-libs/onnx/onnx-1.14.1-r1.ebuild (renamed from sci-libs/onnx/onnx-1.14.1.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-libs/onnx/onnx-1.14.1.ebuild b/sci-libs/onnx/onnx-1.14.1-r1.ebuild index 79cd66b3ad82..331b32483cf4 100644 --- a/sci-libs/onnx/onnx-1.14.1.ebuild +++ b/sci-libs/onnx/onnx-1.14.1-r1.ebuild @@ -24,6 +24,7 @@ RDEPEND=" python? ( ${PYTHON_DEPS} dev-python/protobuf-python[${PYTHON_USEDEP}] + dev-python/pybind11[${PYTHON_USEDEP}] ) dev-libs/protobuf:= " |