diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-13 09:33:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-13 09:33:02 +0200 |
commit | ced5eb730f88dfc6b9ea3208c3c0e22804733f89 (patch) | |
tree | 3981360bc9f97198882edc9b687e00ee23c1d25c /sci-visualization | |
parent | sci-libs/dlib: Add missing PYTHON_REQUIRED_USE (diff) | |
download | gentoo-ced5eb730f88dfc6b9ea3208c3c0e22804733f89.tar.gz gentoo-ced5eb730f88dfc6b9ea3208c3c0e22804733f89.tar.bz2 gentoo-ced5eb730f88dfc6b9ea3208c3c0e22804733f89.zip |
sci-visualization/tensorboard: Add missing PYTHON_*
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/tensorboard/tensorboard-1.13.1.ebuild | 5 | ||||
-rw-r--r-- | sci-visualization/tensorboard/tensorboard-1.14.0.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild b/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild index 986202acf288..11a0cd3bcb06 100644 --- a/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild +++ b/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild @@ -14,8 +14,10 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="" +REQUIRED_USE=${PYTHON_REQUIRED_USE} RDEPEND=" + ${PYTHON_DEPS} dev-python/bleach[${PYTHON_USEDEP}] dev-python/grpcio[${PYTHON_USEDEP}] dev-python/html5lib[${PYTHON_USEDEP}] @@ -26,7 +28,8 @@ RDEPEND=" dev-python/werkzeug[${PYTHON_USEDEP}] dev-python/wheel[${PYTHON_USEDEP}] virtual/python-futures[${PYTHON_USEDEP}]" -BDEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip + ${PYTHON_DEPS}" PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]" S="${WORKDIR}" diff --git a/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild b/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild index 8a2917ed2de6..7c8540d2dd19 100644 --- a/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild +++ b/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild @@ -14,8 +14,10 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="" +REQUIRED_USE=${PYTHON_REQUIRED_USE} RDEPEND=" + ${PYTHON_DEPS} dev-python/bleach[${PYTHON_USEDEP}] dev-python/grpcio[${PYTHON_USEDEP}] dev-python/html5lib[${PYTHON_USEDEP}] @@ -27,7 +29,8 @@ RDEPEND=" dev-python/werkzeug[${PYTHON_USEDEP}] dev-python/wheel[${PYTHON_USEDEP}] virtual/python-futures[${PYTHON_USEDEP}]" -BDEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip + ${PYTHON_DEPS}" PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]" S="${WORKDIR}" |