summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryjun1232020-07-28 21:56:16 +0800
committeryjun1232020-07-28 21:56:16 +0800
commitb175cd1091cea3723184044b528c1e581caaf54e (patch)
tree5d472a5a32a8e48bf9ecd0c9f4382a68b6e6365d /PKGBUILD
parentdbcbbfc2e002584b59732c1de9ab6da62d228f01 (diff)
downloadaur-b175cd1091cea3723184044b528c1e581caaf54e.tar.gz
move setiptools depend to makedepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ffa63ff302f..92bdaf2f3738 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=python-cos-python-sdk-v5
_pkgname=${pkgname/python-}
pkgver=1.8.1
-pkgrel=1
+pkgrel=2
pkgdesc="腾讯云COSV5Python SDK, 目前可以支持Python2.6与Python2.7以及Python3.x"
arch=('any')
url="https://github.com/tencentyun/cos-python-sdk-v5"
license=('MIT')
depends=('python-requests'
'python-six'
- 'python-dicttoxml'
- 'python-setuptools')
+ 'python-dicttoxml')
+makedepends=('python-setuptools')
conflicts=("${pkgname}-git")
provides=("${pkgname}-git")
source=("https://github.com/tencentyun/${_pkgname}/archive/V${pkgver}.tar.gz")