Date: Sunday, October 17, 2021 @ 19:49:48 Author: archange Revision: 1030778
python-rtree is actually a dependency Modified: spyder/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-17 19:39:28 UTC (rev 1030777) +++ PKGBUILD 2021-10-17 19:49:48 UTC (rev 1030778) @@ -5,7 +5,7 @@ pkgname=spyder pkgver=5.1.5 -pkgrel=1 +pkgrel=2 pkgdesc="The Scientific Python Development Environment" arch=(any) url="https://www.spyder-ide.org/" @@ -43,6 +43,7 @@ python-qtawesome python-qtconsole python-qtpy + python-rtree python-setuptools python-sphinx python-spyder-kernels @@ -80,7 +81,6 @@ python-sympy python-pillow python-matplotlib - python-rtree cython git tk
