summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c5340317379..bc1a223ac4fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = python-gsw-git
license = custom
makedepends = git
makedepends = python-numpy
+ makedepends = python-setuptools
source = GSW-Python::git+https://github.com/TEOS-10/GSW-Python.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d7ff040094af..c452b796900d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Python implementation of TEOS-10 GSW based on ufunc wrappers of GSW-C "
arch=('i686' 'x86_64')
url="https://github.com/TEOS-10/GSW-Python.git"
license=('custom')
-makedepends=('git' 'python-numpy')
+makedepends=('git' 'python-numpy' 'python-setuptools')
source=("${_pkgname}::git+${url}")
md5sums=('SKIP')