commit:     9d0466c8a099844136529535674bf6c21cd3cfc5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 18 10:56:51 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 18 10:57:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0466c8

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 <AT> gentoo.org>

 dev-python/pandas/pandas-1.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}]

Reply via email to