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-biology | |
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-biology')
-rw-r--r-- | sci-biology/biopandas/biopandas-0.2.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-biology/biopandas/biopandas-0.2.7.ebuild b/sci-biology/biopandas/biopandas-0.2.7.ebuild index 9be9a8ac4a3c..83bfb4610f49 100644 --- a/sci-biology/biopandas/biopandas-0.2.7.ebuild +++ b/sci-biology/biopandas/biopandas-0.2.7.ebuild @@ -26,7 +26,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] dev-python/pandas[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}]" + dev-python/scipy[${PYTHON_USEDEP}]" distutils_enable_tests nose |