commit: a8ef7d64b496c3ab7286f78cf8a923d3aa27c6d5
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 19 16:49:38 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 19 16:49:38 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a8ef7d64
sci-libs/simpleitk: add python deps
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-libs/simpleitk/simpleitk-1.2.4.ebuild | 3 +++
1 file changed, 3 insertions(+)
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}