summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÉric Gillet2017-11-27 11:49:48 +0100
committerÉric Gillet2017-11-27 11:49:48 +0100
commit8c73c3fdb4027c7461ad35546222b0fa2d8edde0 (patch)
tree5c0ad5791c2992a4d9805cc9ef9a5cc621043169 /PKGBUILD
parente6dda84c2f3248213ff844f0a7f0438a078c35a3 (diff)
downloadaur-8c73c3fdb4027c7461ad35546222b0fa2d8edde0.tar.gz
Add dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80ea9d3a504d..b53e9341af87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,10 @@ pkgdesc="AWS operations by cli should be simpler"
arch=('any')
url="AWS operations by cli should be simpler"
license=('MIT')
-depends=('python')
+depends=('python'
+ 'python-boto3'
+ 'python-botocore'
+ 'python-click')
makedepends=()
provides=()
conflicts=()