commit: 1962a3845e177727872f10e097215c6b34f52de7
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 15 19:30:28 2021 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Mon Nov 15 19:41:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1962a384
sci-libs/keras: Move TF from PDEP to RDEP
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
sci-libs/keras/keras-2.7.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/keras/keras-2.7.0.ebuild
b/sci-libs/keras/keras-2.7.0.ebuild
index 778909415de0..7997b0f4b4b6 100644
--- a/sci-libs/keras/keras-2.7.0.ebuild
+++ b/sci-libs/keras/keras-2.7.0.ebuild
@@ -31,7 +31,8 @@ RDEPEND="
>=dev-python/protobuf-python-3.13.0[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
>=sci-libs/keras-applications-1.0.8[${PYTHON_USEDEP}]
- >=sci-libs/keras-preprocessing-1.1.2[${PYTHON_USEDEP}]"
+ >=sci-libs/keras-preprocessing-1.1.2[${PYTHON_USEDEP}]
+ >=sci-libs/tensorflow-2.7[python,${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
BDEPEND="
@@ -39,7 +40,6 @@ BDEPEND="
>=dev-libs/protobuf-3.13.0
dev-java/java-config
>=dev-util/bazel-3.7.2"
-PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
# Bazel tests not pytest, also want GPU access
RESTRICT="test"