From: Jason Zaman Date: Wed, 11 Dec 2019 05:28:33 +0000 (+0800) Subject: Revert "sci-libs/tensorflow: drop unneeded dep for zip" X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3c47503af10a9d6ec171f8ad5bd56d802b8a8adb;p=gentoo.git Revert "sci-libs/tensorflow: drop unneeded dep for zip" This reverts commit 48e9fe547f482a4500d7aa5e080703f85de636f3. 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 --- diff --git a/sci-libs/tensorflow/tensorflow-1.15.0.ebuild b/sci-libs/tensorflow/tensorflow-1.15.0.ebuild index 34f6deb7f789..5508bef6fa22 100644 --- a/sci-libs/tensorflow/tensorflow-1.15.0.ebuild +++ b/sci-libs/tensorflow/tensorflow-1.15.0.ebuild @@ -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 diff --git a/sci-libs/tensorflow/tensorflow-2.0.0.ebuild b/sci-libs/tensorflow/tensorflow-2.0.0.ebuild index bdc3e475883f..e70af54032ea 100644 --- a/sci-libs/tensorflow/tensorflow-2.0.0.ebuild +++ b/sci-libs/tensorflow/tensorflow-2.0.0.ebuild @@ -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 diff --git a/sci-libs/tensorflow/tensorflow-2.1.0_rc0.ebuild b/sci-libs/tensorflow/tensorflow-2.1.0_rc0.ebuild index d936f061120e..1cd5f24b7610 100644 --- a/sci-libs/tensorflow/tensorflow-2.1.0_rc0.ebuild +++ b/sci-libs/tensorflow/tensorflow-2.1.0_rc0.ebuild @@ -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