sci-visualization/tensorboard: Add missing PYTHON_*
authorMichał Górny <mgorny@gentoo.org>
Tue, 13 Aug 2019 07:33:02 +0000 (09:33 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 13 Aug 2019 07:33:02 +0000 (09:33 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sci-visualization/tensorboard/tensorboard-1.13.1.ebuild
sci-visualization/tensorboard/tensorboard-1.14.0.ebuild

index 986202acf288aed5c164695b8a2157e0e3744db9..11a0cd3bcb068483da17dc02e3403d22c73587e4 100644 (file)
@@ -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}"
index 8a2917ed2de61a2a3a88ff7186621b15bdf8c0c0..7c8540d2dd19f6c6b64f1f1e10be03d8384b6eb9 100644 (file)
@@ -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}"