summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryjun1232020-07-28 21:51:59 +0800
committeryjun1232020-07-28 21:51:59 +0800
commitdbcbbfc2e002584b59732c1de9ab6da62d228f01 (patch)
tree95dddf17a0c17020e96535dd9bbc3c8996f56820 /PKGBUILD
parentd3d88361172e10482f3795f2ddd7da52239e0892 (diff)
downloadaur-dbcbbfc2e002584b59732c1de9ab6da62d228f01.tar.gz
added extra dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 736d98b05ea4..3ffa63ff302f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ url="https://github.com/tencentyun/cos-python-sdk-v5"
license=('MIT')
depends=('python-requests'
'python-six'
- 'python-dicttoxml')
+ 'python-dicttoxml'
+ 'python-setuptools')
conflicts=("${pkgname}-git")
provides=("${pkgname}-git")
source=("https://github.com/tencentyun/${_pkgname}/archive/V${pkgver}.tar.gz")