summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2022-09-20 21:50:48 +0200
committerBlair Bonnett2022-09-20 21:50:48 +0200
commit3db4d54aa877585243de6f3afe41b0f7991b9414 (patch)
tree1683f873d1e20c5ee2dbe5f63d6fb6fe8b27e825
parent47b1dd5155ce8dc4140829af059984bf7d63511c (diff)
downloadaur-3db4d54aa877585243de6f3afe41b0f7991b9414.tar.gz
Remove unneeded makedepends entry
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96697175ef24..379a3a3c3135 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = python-erddapy
url = https://ioos.github.io/erddapy/
arch = any
license = BSD
- makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index b1d5bd94aae5..b58f5179880d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
license=('BSD')
depends=('python-netcdf4' 'python-pandas' 'python-pytz' 'python-requests' 'python-xarray')
-makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-setuptools-scm' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-setuptools-scm' 'python-wheel')
optdepends=(
'python-joblib: parallel searching'
)