summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicholas Yim2019-04-25 16:18:35 +0800
committerNicholas Yim2019-04-25 16:18:35 +0800
commit054981d1cf145975bb5f75860a118e8a402af82b (patch)
tree5995d2fa88e27005585ce9e956d920b2d1bfb0db /PKGBUILD
parentd6c079e769269f8c6f337a4c4680553b9fb306ed (diff)
downloadaur-054981d1cf145975bb5f75860a118e8a402af82b.tar.gz
add depend of python-jmespath
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6d557f22b06..0c6eb5107aa9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,10 @@
pkgname=python-aliyun-python-sdk-core
pkgver=2.13.4
-pkgrel=1
+pkgrel=2
pkgdesc="Alibaba Cloud SDK for Python"
arch=('any')
+depends=('python-jmespath')
makedepends=('python-setuptools')
url="https://github.com/aliyun/aliyun-openapi-python-sdk"
license=('Apache License 2.0')