summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcdutsov2019-11-23 18:45:36 +0100
committercdutsov2019-11-23 18:45:36 +0100
commitf9255225cd457c84daeb23c1720c1a24f6c6f9f0 (patch)
tree9d87f63e082494473a4177ab22c2e0a64cde7f03
parent333af4cff081af33c3d0d1d1b3fcb5e5702db57d (diff)
downloadaur-python-gsw-git.tar.gz
added python-setuptools dependency
-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')