mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Revert "sci-libs/tensorflow: drop unneeded dep for zip"
This reverts commit 48e9fe547f.
These ones need to be the exact archives specified in the WORKSPACE
file.
Bazel fetches distfiles and verifies the hashes match. Switching zips to
tarballs will mean the filenames and hashes are wrong so bazel will fall
back to fetching from the internet, which breaks with network-sandbox.
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
This commit is contained in:
@@ -101,6 +101,7 @@ PDEPEND="python? (
|
||||
=sci-libs/tensorflow-estimator-1*[${PYTHON_USEDEP}]
|
||||
)"
|
||||
BDEPEND="
|
||||
app-arch/unzip
|
||||
>=dev-libs/protobuf-3.6.0
|
||||
dev-java/java-config
|
||||
dev-python/mock
|
||||
|
||||
@@ -101,6 +101,7 @@ PDEPEND="python? (
|
||||
>=sci-libs/tensorflow-estimator-2.0.0[${PYTHON_USEDEP}]
|
||||
)"
|
||||
BDEPEND="
|
||||
app-arch/unzip
|
||||
>=dev-libs/protobuf-3.6.0
|
||||
dev-java/java-config
|
||||
dev-python/mock
|
||||
|
||||
@@ -106,6 +106,7 @@ PDEPEND="python? (
|
||||
>=sci-libs/tensorflow-estimator-2.0.0[${PYTHON_USEDEP}]
|
||||
)"
|
||||
BDEPEND="
|
||||
app-arch/unzip
|
||||
>=dev-libs/protobuf-3.8.0
|
||||
dev-java/java-config
|
||||
dev-lang/swig
|
||||
|
||||
Reference in New Issue
Block a user