Fixed dependencies

This commit is contained in:
Tobias Bachmann 2019-03-23 18:31:35 +01:00
parent 5a5ff98b19
commit 67f0347a04
2 changed files with 9 additions and 9 deletions

View file

@ -1,17 +1,17 @@
pkgbase = fslpy
pkgdesc = The fslpy package is a collection of utilities and data abstractions used by FSLeyes.
pkgver = 1.13.3
pkgrel = 1
pkgrel = 2
url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes
arch = any
license = Apache
makedepends = python-setuptools
makedepends = python-six
makedepends = python-numpy
makedepends = python-scipy
makedepends = python-deprecation
makedepends = python-nibabel
depends = python
depends = python-six
depends = python-numpy
depends = python-scipy
depends = python-deprecation
depends = python-nibabel
source = fslpy-1.13.3.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fslpy/repository/archive.tar.gz?ref=1.13.3
sha256sums = 8b8f010382995c16bc8fece97bf003a9b29ab70b14f94ff1fa4ada310b804985

View file

@ -1,14 +1,14 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fslpy
pkgver=1.13.3
pkgrel=1
pkgrel=2
pkgdesc="The fslpy package is a collection of utilities and data abstractions used by FSLeyes."
arch=('any')
url="https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes"
license=('Apache')
groups=()
depends=('python')
makedepends=('python-setuptools' 'python-six' 'python-numpy' 'python-scipy' 'python-deprecation' 'python-nibabel')
depends=('python' 'python-six' 'python-numpy' 'python-scipy' 'python-deprecation' 'python-nibabel')
makedepends=('python-setuptools')
optdepends=()
provides=()
conflicts=()