diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-06-26 20:03:29 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-06-26 20:03:29 +0200 |
commit | 9912dbf841eac00e0b131a2a25c5a252efa8ce2b (patch) | |
tree | 1972367606c0eff04615615b40f653faf3127024 /sci-libs/caffe2 | |
parent | dev-libs/re2: add 0.2022.06.01 (diff) | |
download | gentoo-9912dbf841eac00e0b131a2a25c5a252efa8ce2b.tar.gz gentoo-9912dbf841eac00e0b131a2a25c5a252efa8ce2b.tar.bz2 gentoo-9912dbf841eac00e0b131a2a25c5a252efa8ce2b.zip |
sci-libs/caffe2: fix deps
Closes: https://bugs.gentoo.org/854411
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/caffe2')
-rw-r--r-- | sci-libs/caffe2/caffe2-1.11.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-libs/caffe2/caffe2-1.11.0.ebuild b/sci-libs/caffe2/caffe2-1.11.0.ebuild index 74e51e18a3ea..b81f3208b3cf 100644 --- a/sci-libs/caffe2/caffe2-1.11.0.ebuild +++ b/sci-libs/caffe2/caffe2-1.11.0.ebuild @@ -35,6 +35,7 @@ DEPEND="${RDEPEND} dev-libs/pocketfft dev-libs/flatbuffers dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/pybind11[${PYTHON_USEDEP}] " S="${WORKDIR}"/${MYP} |