summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfitu9962017-12-17 14:33:54 +0800
committerfitu9962017-12-17 14:33:54 +0800
commiteae149dc4878a0432fe1856107643d7cc4cd9074 (patch)
treecd5cf4a777231acd900b0f26faf1b2338dda9f05 /PKGBUILD
parent14cfc028283283b6d73b9d6a0eea2bb7635474b6 (diff)
downloadaur-python-minio-git.tar.gz
Add missed deps:python-nose
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e6b82255ee8..96165505bcf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Minio Python Library for Amazon S3 Compatible Cloud Storage"
arch=('any')
url="https://github.com/minio/minio-py"
license=('APACHE')
-depends=('python' 'python-certifi')
+depends=('python' 'python-certifi' 'python-nose')
makedepends=('python-setuptools')
makedepends+=('git')