diff options
author | Horea Christian <h.chr@mail.ru> | 2016-01-18 14:24:00 +0100 |
---|---|---|
committer | Horea Christian <h.chr@mail.ru> | 2016-01-18 14:24:00 +0100 |
commit | c5876d86bc21ebd16142a014713ff8aad1e87465 (patch) | |
tree | ed42afbf775984d594c02940eb0bc3f2d6b5c257 | |
parent | sci-biology/psychopy: fixed copyright (diff) | |
download | sci-c5876d86bc21ebd16142a014713ff8aad1e87465.tar.gz sci-c5876d86bc21ebd16142a014713ff8aad1e87465.tar.bz2 sci-c5876d86bc21ebd16142a014713ff8aad1e87465.zip |
sci-biology/psychopy: removed setuptools from runtime deps
Package-Manager: portage-2.2.26
-rw-r--r-- | sci-biology/psychopy/psychopy-1.83.03.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-biology/psychopy/psychopy-1.83.03.ebuild b/sci-biology/psychopy/psychopy-1.83.03.ebuild index d89a377c4..03da25c89 100644 --- a/sci-biology/psychopy/psychopy-1.83.03.ebuild +++ b/sci-biology/psychopy/psychopy-1.83.03.ebuild @@ -21,8 +21,7 @@ KEYWORDS="~amd64 ~x86" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] " -RDEPEND="${DEPEND} - dev-python/pillow[${PYTHON_USEDEP}] +RDEPEND="dev-python/pillow[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/numpy[lapack,${PYTHON_USEDEP}] |