commit: 964b3b6e7907dae9b06570354dda1302affc9bdb Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Tue May 7 20:47:28 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Tue May 7 20:48:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=964b3b6e
sci-libs/caffe2: add typing_extensions deps Closes: https://bugs.gentoo.org/931333 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> sci-libs/caffe2/{caffe2-2.3.0-r1.ebuild => caffe2-2.3.0-r2.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/caffe2/caffe2-2.3.0-r1.ebuild b/sci-libs/caffe2/caffe2-2.3.0-r2.ebuild similarity index 99% rename from sci-libs/caffe2/caffe2-2.3.0-r1.ebuild rename to sci-libs/caffe2/caffe2-2.3.0-r2.ebuild index 749359d26e11..41630a00aa19 100644 --- a/sci-libs/caffe2/caffe2-2.3.0-r1.ebuild +++ b/sci-libs/caffe2/caffe2-2.3.0-r2.ebuild @@ -93,6 +93,7 @@ DEPEND=" $(python_gen_cond_dep ' dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/pybind11[${PYTHON_USEDEP}] + dev-python/typing-extensions[${PYTHON_USEDEP}] ') "
