diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-28 21:57:40 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-28 22:30:16 +0100 |
commit | 8a5044bf514cf5610f275ec6514770c1f7ceb681 (patch) | |
tree | 4035561ad4aa9c6f823aab86775579a64df9ae56 /sci-chemistry/relax | |
parent | sci-chemistry/prodecomp: Permit scipy-python2 (diff) | |
download | gentoo-8a5044bf514cf5610f275ec6514770c1f7ceb681.tar.gz gentoo-8a5044bf514cf5610f275ec6514770c1f7ceb681.tar.bz2 gentoo-8a5044bf514cf5610f275ec6514770c1f7ceb681.zip |
sci-chemistry/relax: Permit scipy-python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-chemistry/relax')
-rw-r--r-- | sci-chemistry/relax/relax-4.0.0-r3.ebuild (renamed from sci-chemistry/relax/relax-4.0.0-r2.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-chemistry/relax/relax-4.0.0-r2.ebuild b/sci-chemistry/relax/relax-4.0.0-r3.ebuild index 8ded6d34d21f..28b0f5d9da67 100644 --- a/sci-chemistry/relax/relax-4.0.0-r2.ebuild +++ b/sci-chemistry/relax/relax-4.0.0-r3.ebuild @@ -38,7 +38,10 @@ RDEPEND=" sci-chemistry/vmd >=sci-libs/bmrblib-1.0.3[${PYTHON_USEDEP}] >=sci-libs/minfx-1.0.11[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] + || ( + sci-libs/scipy-python2[${PYTHON_USEDEP}] + sci-libs/scipy[${PYTHON_USEDEP}] + ) sci-visualization/grace sci-visualization/opendx x11-libs/wxGTK:${WX_GTK_VER}[X]" |