From af07cc2aa70ef7488aee53779818b000b956ea7b Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 2 Dec 2020 10:05:52 +0100 Subject: recompile all python packages --- python-fabio/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python-fabio') diff --git a/python-fabio/PKGBUILD b/python-fabio/PKGBUILD index f7536591..0bc38bc6 100644 --- a/python-fabio/PKGBUILD +++ b/python-fabio/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-fabio _pkgname=fabio pkgver=0.10.2 -pkgrel=4 +pkgrel=5 pkgdesc="I/O library for images produced by 2D X-ray detectors." arch=('i686' 'pentium4' 'x86_64') url="http://www.silx.org" @@ -17,8 +17,8 @@ _pinned_dependencies=( ) depends=( "${_pinned_dependencies[@]}" - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' 'python-numpy') optdepends=('python-pyqt4: for the fabio_viewer program') source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/silx-kit/${_pkgname}/archive/v${pkgver}.tar.gz") -- cgit v1.2.3-54-g00ecf