Added python-setuptools as dependency

This commit is contained in:
Tobias Bachmann 2018-12-12 21:49:44 +01:00
parent 309f3580df
commit 7b9f0082ca
2 changed files with 4 additions and 3 deletions

View file

@ -1,10 +1,11 @@
pkgbase = fslpy pkgbase = fslpy
pkgdesc = The fslpy package is a collection of utilities and data abstractions used by FSLeyes. pkgdesc = The fslpy package is a collection of utilities and data abstractions used by FSLeyes.
pkgver = 1.13.2 pkgver = 1.13.2
pkgrel = 1 pkgrel = 2
url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes
arch = any arch = any
license = Apache license = Apache
makedepends = python-setuptools
makedepends = python-six makedepends = python-six
makedepends = python-numpy makedepends = python-numpy
makedepends = python-scipy makedepends = python-scipy

View file

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