diff options
author | Sam James <sam@gentoo.org> | 2021-11-18 10:56:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-18 10:57:17 +0000 |
commit | 9d0466c8a099844136529535674bf6c21cd3cfc5 (patch) | |
tree | 42fe3e07fab08b9c814850446f3130d925da21ad /dev-python/pandas | |
parent | dev-python/httpcore: Stabilize 0.13.6 arm, #803806 (diff) | |
download | gentoo-9d0466c8a099844136529535674bf6c21cd3cfc5.tar.gz gentoo-9d0466c8a099844136529535674bf6c21cd3cfc5.tar.bz2 gentoo-9d0466c8a099844136529535674bf6c21cd3cfc5.zip |
dev-python/pandas: try avoid scipy dependency on HPPA
scipy doesn't build on HPPA. Pandas seems to fall back
OK w/o scipy installed.
Bug: https://bugs.gentoo.org/804136
Bug: https://bugs.gentoo.org/804115
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pandas')
-rw-r--r-- | dev-python/pandas/pandas-1.3.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pandas/pandas-1.3.4.ebuild b/dev-python/pandas/pandas-1.3.4.ebuild index 6e21af12d48b..08777cedef9e 100644 --- a/dev-python/pandas/pandas-1.3.4.ebuild +++ b/dev-python/pandas/pandas-1.3.4.ebuild @@ -47,7 +47,7 @@ OPTIONAL_DEPEND=" >=dev-python/sqlalchemy-1.3.0[${PYTHON_USEDEP}] >=dev-python/xlrd-1.2.0[${PYTHON_USEDEP}] >=dev-python/xlwt-1.3.0[${PYTHON_USEDEP}] - >=dev-python/scipy-1.1[${PYTHON_USEDEP}] + !hppa? ( >=dev-python/scipy-1.1[${PYTHON_USEDEP}] ) X? ( || ( dev-python/PyQt5[${PYTHON_USEDEP}] |