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
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

View file

@ -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=()