aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-19 17:49:38 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-19 17:49:38 +0100
commita8ef7d64b496c3ab7286f78cf8a923d3aa27c6d5 (patch)
treea56d7d638bafa1f9f9de30640c204941b0e9f0e3 /sci-libs
parentsci-libs/rdkit: add ${PYTHON_DEPS} (diff)
downloadsci-a8ef7d64b496c3ab7286f78cf8a923d3aa27c6d5.tar.gz
sci-a8ef7d64b496c3ab7286f78cf8a923d3aa27c6d5.tar.bz2
sci-a8ef7d64b496c3ab7286f78cf8a923d3aa27c6d5.zip
sci-libs/simpleitk: add python deps
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/simpleitk/simpleitk-1.2.4.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/sci-libs/simpleitk/simpleitk-1.2.4.ebuild b/sci-libs/simpleitk/simpleitk-1.2.4.ebuild
index bd37550a8..ef20b6629 100644
--- a/sci-libs/simpleitk/simpleitk-1.2.4.ebuild
+++ b/sci-libs/simpleitk/simpleitk-1.2.4.ebuild
@@ -21,13 +21,16 @@ RESTRICT="primaryuri"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+
IUSE="python"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
dev-lang/lua:0
dev-cpp/gtest
sci-libs/itk
dev-python/virtualenv
+ python? ( ${PYTHON_DEPS} )
"
DEPEND="
${RDEPEND}