aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-24 14:55:58 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-24 14:55:58 +0100
commitda6d80a8099422ec4561560dab4eb62f4ea3953b (patch)
treef12817f126ef4a4682c7312afa2a34de5a02bdff
parentsci-biology/Sibelia: cmake-utils --> cmake (diff)
downloadsci-da6d80a8099422ec4561560dab4eb62f4ea3953b.tar.gz
sci-da6d80a8099422ec4561560dab4eb62f4ea3953b.tar.bz2
sci-da6d80a8099422ec4561560dab4eb62f4ea3953b.zip
sci-libs/pytorch: correct protobuf-python dependency
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--sci-libs/pytorch/pytorch-1.7.1-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/pytorch/pytorch-1.7.1-r2.ebuild b/sci-libs/pytorch/pytorch-1.7.1-r2.ebuild
index e116b7ef7..77d314ca9 100644
--- a/sci-libs/pytorch/pytorch-1.7.1-r2.ebuild
+++ b/sci-libs/pytorch/pytorch-1.7.1-r2.ebuild
@@ -88,7 +88,7 @@ RDEPEND="
python? ( ${PYTHON_DEPS}
dev-python/pybind11[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
- dev-libs/protobuf-python:0/22
+ dev-python/protobuf-python:0/22
)
redis? ( dev-db/redis )
zeromq? ( net-libs/zeromq )