mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
sci-visualization/tensorboard: Add missing PYTHON_*
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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}"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user