summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgileri2021-03-07 11:01:16 +0100
committergileri2021-03-07 11:09:36 +0100
commitc690fa946147e43d66ec1b1dbd077cf43f62b566 (patch)
treedbc7fdb8a145f6bf2b2667c2cae081f59a29a1d8
parent9571fed0266704498a4e83d989f524667495bbc2 (diff)
downloadaur-c690fa946147e43d66ec1b1dbd077cf43f62b566.tar.gz
Add missing makedepends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c93672675ba..4a86a08a2dea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ depends=('python'
'python-boto3'
'python-botocore'
'python-click')
-makedepends=()
+makedepends=('git' 'python-setuptools')
provides=()
conflicts=()
replaces=()