diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-18 12:07:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-18 12:08:06 +0200 |
commit | 51a7be728639841f69b134f8acebeaa0fd3e4fe9 (patch) | |
tree | 15ae2cb3b1eb74c172093475792509c0168a6e0b /sci-physics | |
parent | app-eselect/eselect-python: amd64/arm64/arm/hppa/ppc64/ppc/s390/sparc/x86 sta... (diff) | |
download | gentoo-51a7be728639841f69b134f8acebeaa0fd3e4fe9.tar.gz gentoo-51a7be728639841f69b134f8acebeaa0fd3e4fe9.tar.bz2 gentoo-51a7be728639841f69b134f8acebeaa0fd3e4fe9.zip |
Move {sci-libs → dev-python}/scipy
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/qmeq/qmeq-1.0-r1.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/qutip/qutip-4.2.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/qmeq/qmeq-1.0-r1.ebuild b/sci-physics/qmeq/qmeq-1.0-r1.ebuild index 9038c029f11b..7ae48a59361c 100644 --- a/sci-physics/qmeq/qmeq-1.0-r1.ebuild +++ b/sci-physics/qmeq/qmeq-1.0-r1.ebuild @@ -21,7 +21,7 @@ SLOT="0" COMMON_DEPEND=" dev-python/numpy[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] + dev-python/scipy[${PYTHON_USEDEP}] " RDEPEND=" ${COMMON_DEPEND} diff --git a/sci-physics/qutip/qutip-4.2.0.ebuild b/sci-physics/qutip/qutip-4.2.0.ebuild index 9bbf6fe19d2b..6e022cd8d0fb 100644 --- a/sci-physics/qutip/qutip-4.2.0.ebuild +++ b/sci-physics/qutip/qutip-4.2.0.ebuild @@ -20,7 +20,7 @@ RESTRICT="!test? ( test )" RDEPEND="dev-python/cython[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] + dev-python/scipy[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} test? ( dev-python/nose[${PYTHON_USEDEP}] ) |