diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-05-07 22:47:28 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-05-07 22:48:07 +0200 |
commit | 964b3b6e7907dae9b06570354dda1302affc9bdb (patch) | |
tree | a43eafd8feb3865e72508b7066dd390cd9fc852b /sci-libs | |
parent | x11-terms/xterm: Stabilize 390 x86, #931508 (diff) | |
download | gentoo-964b3b6e7907dae9b06570354dda1302affc9bdb.tar.gz gentoo-964b3b6e7907dae9b06570354dda1302affc9bdb.tar.bz2 gentoo-964b3b6e7907dae9b06570354dda1302affc9bdb.zip |
sci-libs/caffe2: add typing_extensions deps
Closes: https://bugs.gentoo.org/931333
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/caffe2/caffe2-2.3.0-r2.ebuild (renamed from sci-libs/caffe2/caffe2-2.3.0-r1.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-libs/caffe2/caffe2-2.3.0-r1.ebuild b/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}] ') " |