commit:     7f33a68e591ec3b49a89fe70b6958dca189978b3
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 18 18:08:34 2018 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Tue Sep 18 18:08:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f33a68e

sci-libs/tensorflow: Add keras deps

Closes: https://bugs.gentoo.org/666424
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sci-libs/tensorflow/tensorflow-1.11.0_rc0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sci-libs/tensorflow/tensorflow-1.11.0_rc0.ebuild 
b/sci-libs/tensorflow/tensorflow-1.11.0_rc0.ebuild
index 16e8c2defc3..f0ce2845ea8 100644
--- a/sci-libs/tensorflow/tensorflow-1.11.0_rc0.ebuild
+++ b/sci-libs/tensorflow/tensorflow-1.11.0_rc0.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_6 )
 MY_PV=${PV/_rc/-rc}
 MY_P=${PN}-${MY_PV}
 
@@ -87,6 +87,8 @@ RDEPEND="
                dev-python/six[${PYTHON_USEDEP}]
                dev-python/termcolor[${PYTHON_USEDEP}]
                >=net-libs/grpc-1.13.0[python,${PYTHON_USEDEP}]
+               sci-libs/keras-applications[${PYTHON_USEDEP}]
+               sci-libs/keras-preprocessing[${PYTHON_USEDEP}]
                virtual/python-enum34[${PYTHON_USEDEP}]
                system-libs? (
                        net-libs/google-cloud-cpp

Reply via email to