diff options
author | David Seifert <soap@gentoo.org> | 2017-04-20 17:46:21 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-20 18:39:02 +0200 |
commit | 05d766718544a17c4b8daefcfa3622758665ff3a (patch) | |
tree | 8e7b9ddd0a53917ce6a3b64befb3f776d9c1fb58 /sci-libs/shogun | |
parent | sci-libs/plplot: [QA] Add missing python metadata variables (diff) | |
download | gentoo-05d766718544a17c4b8daefcfa3622758665ff3a.tar.gz gentoo-05d766718544a17c4b8daefcfa3622758665ff3a.tar.bz2 gentoo-05d766718544a17c4b8daefcfa3622758665ff3a.zip |
sci-libs/shogun: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sci-libs/shogun')
-rw-r--r-- | sci-libs/shogun/shogun-5.0.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-libs/shogun/shogun-5.0.0.ebuild b/sci-libs/shogun/shogun-5.0.0.ebuild index e5e5b5a37588..faf9808fd09f 100644 --- a/sci-libs/shogun/shogun-5.0.0.ebuild +++ b/sci-libs/shogun/shogun-5.0.0.ebuild @@ -52,7 +52,10 @@ RDEPEND=" lua? ( dev-lang/lua:0 ) octave? ( >=sci-mathematics/octave-4.2.0:=[hdf5] ) opencl? ( virtual/opencl ) - python? ( dev-python/numpy[${PYTHON_USEDEP}] ) + python? ( + ${PYTHON_DEPS} + dev-python/numpy[${PYTHON_USEDEP}] + ) R? ( dev-lang/R ) ruby? ( dev-ruby/narray )" DEPEND="${RDEPEND} |