diff --git a/app-office/pyspread/metadata.xml b/app-office/pyspread/metadata.xml index 3734b830c7..25e4effb2f 100644 --- a/app-office/pyspread/metadata.xml +++ b/app-office/pyspread/metadata.xml @@ -5,6 +5,6 @@ pyspread/pyspread https://pyspread.gitlab.io/docs.html - https://gitlab.com/pyspread/pyspread/issues + https://gitlab.com/pyspread/pyspread/-/issues diff --git a/app-office/pyspread/pyspread-2.1.1.ebuild b/app-office/pyspread/pyspread-2.1.1.ebuild index 81b45d09d9..254f38998c 100644 --- a/app-office/pyspread/pyspread-2.1.1.ebuild +++ b/app-office/pyspread/pyspread-2.1.1.ebuild @@ -18,11 +18,13 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" +# >=dev-python/numpy-2 is incompatible. +# https://gitlab.com/pyspread/pyspread/-/issues/125 RDEPEND=" >=dev-python/PyQt5-5.10.0[gui,printsupport,svg,widgets,${PYTHON_USEDEP}] >=dev-python/markdown2-2.3[${PYTHON_USEDEP}] >=dev-python/matplotlib-1.1.1[${PYTHON_USEDEP}] - >=dev-python/numpy-1.1.1[${PYTHON_USEDEP}] + =dev-python/pyenchant-1.1.0[${PYTHON_USEDEP}] >=dev-python/python-dateutil-2.7.0[${PYTHON_USEDEP}] "