commit:     15507b03e4686a394f105101378d549e86b94f2b
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 26 14:49:08 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Dec 26 14:49:08 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=15507b03

sci-libs/torchvision: fix dep on pytorch

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --force
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-libs/torchvision/torchvision-0.11.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/torchvision/torchvision-0.11.2.ebuild 
b/sci-libs/torchvision/torchvision-0.11.2.ebuild
index 4fe374173..e0ecf971e 100644
--- a/sci-libs/torchvision/torchvision-0.11.2.ebuild
+++ b/sci-libs/torchvision/torchvision-0.11.2.ebuild
@@ -25,8 +25,8 @@ RDEPEND="
        dev-python/six[${PYTHON_USEDEP}]
        dev-python/tqdm[${PYTHON_USEDEP}]
        dev-python/scipy[${PYTHON_USEDEP}]
-       sci-libs/pytorch[cuda?,python,${PYTHON_USEDEP}]
        ')
+       sci-libs/pytorch[cuda?,python,${PYTHON_SINGLE_USEDEP}]
        media-video/ffmpeg
        dev-qt/qtcore:5
 "

Reply via email to