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 /dev-python/uranium | |
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 'dev-python/uranium')
-rw-r--r-- | dev-python/uranium/uranium-4.6.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/uranium/uranium-4.7.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/uranium/uranium-4.6.1.ebuild b/dev-python/uranium/uranium-4.6.1.ebuild index e2a3e9d997e2..19a97cf4fd23 100644 --- a/dev-python/uranium/uranium-4.6.1.ebuild +++ b/dev-python/uranium/uranium-4.6.1.ebuild @@ -35,7 +35,7 @@ DEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' dev-python/PyQt5[${PYTHON_MULTI_USEDEP},declarative,network,svg] dev-python/numpy[${PYTHON_MULTI_USEDEP}] - >=sci-libs/scipy-1.1[${PYTHON_MULTI_USEDEP}] + >=dev-python/scipy-1.1[${PYTHON_MULTI_USEDEP}] sci-libs/Shapely[${PYTHON_MULTI_USEDEP}] ')" diff --git a/dev-python/uranium/uranium-4.7.0.ebuild b/dev-python/uranium/uranium-4.7.0.ebuild index 7e03615ebb5b..4d6dc957d694 100644 --- a/dev-python/uranium/uranium-4.7.0.ebuild +++ b/dev-python/uranium/uranium-4.7.0.ebuild @@ -34,7 +34,7 @@ DEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' dev-python/PyQt5[${PYTHON_USEDEP},declarative,network,svg] dev-python/numpy[${PYTHON_USEDEP}] - >=sci-libs/scipy-1.1[${PYTHON_USEDEP}] + >=dev-python/scipy-1.1[${PYTHON_USEDEP}] sci-libs/Shapely[${PYTHON_USEDEP}] ')" |