Added python-setuptools as dependency
This commit is contained in:
parent
309f3580df
commit
7b9f0082ca
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
@ -1,10 +1,11 @@
|
|||
pkgbase = fslpy
|
||||
pkgdesc = The fslpy package is a collection of utilities and data abstractions used by FSLeyes.
|
||||
pkgver = 1.13.2
|
||||
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
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,14 +1,14 @@
|
|||
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
|
||||
pkgname=fslpy
|
||||
pkgver=1.13.2
|
||||
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-six' 'python-numpy' 'python-scipy' 'python-deprecation' 'python-nibabel')
|
||||
makedepends=('python-setuptools' 'python-six' 'python-numpy' 'python-scipy' 'python-deprecation' 'python-nibabel')
|
||||
optdepends=()
|
||||
provides=()
|
||||
conflicts=()
|
||||
|
|
Loading…
Reference in a new issue