Search Criteria
Package Details: fsleyes-widgets 0.14.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/fsleyes-widgets.git (read-only, click to copy) |
---|---|
Package Base: | fsleyes-widgets |
Description: | FSLeyes is the FSL image viewer, widgets is one of its dependent projects |
Upstream URL: | https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes |
Licenses: | Apache |
Submitter: | tobac |
Maintainer: | tobac |
Last Packager: | tobac |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-10-11 11:11 (UTC) |
Last Updated: | 2024-10-12 17:21 (UTC) |
Dependencies (6)
- python (python37AUR, python311AUR, python310AUR)
- python-deprecation (make)
- python-matplotlib (python-matplotlib-gitAUR) (make)
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR) (make)
- python-six (make)
- python-wxpython (python-wxpython-gitAUR) (make)
Required by (2)
- fsleyes
- fsleyes-props (make)
Latest Comments
tobac commented on 2018-05-14 09:56 (UTC)
Thanks for reporting and providing the solution! Fixed.
bobschi commented on 2018-05-14 09:35 (UTC)
python-deprecation was updated to version 2.*. This kills the dependencies for fsleyes-widgets, fsleyes-props and fslpy.
Adding line
sed -i 's/deprecation>=1.*,<=2.*/deprecation>=1.*/g' requirements.txt
to the PKGBUILD fixes the problem.