summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2018-08-24 18:59:38 +0900
committerGordian Edenhofer2018-08-24 18:59:38 +0900
commita5b4abc37e0a3e7f2db4e16b88af9c53a6dc92aa (patch)
tree09777f3cf0f51577856c1d4dd6e4c539381f758b
parentb2c684f39f0562de9c5e459c06b6f6f43aefe190 (diff)
downloadaur-a5b4abc37e0a3e7f2db4e16b88af9c53a6dc92aa.tar.gz
upgpkg: python-smart_open 1.6.0-1
Fix makedepends array as it included dependencies which were only needed at runtime.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1cdeec26845..aaf6214b1ec5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,9 +6,7 @@ pkgbase = python-smart_open
arch = any
license = MIT
makedepends = python-setuptools
- makedepends = python-requests
- makedepends = python-boto
- makedepends = python-boto3
+ makedepends = python2-setuptools
source = python-smart_open-1.6.0.tar.gz::https://github.com/RaRe-Technologies/smart_open/archive/1.6.0.tar.gz
sha512sums = 11500a874b17fe7b0f720d6e29647403f9075395ad347c8f608d536105e2398c5747162c9733964ee39225b8073389582e162dfd6008115a8395b13357351e99
diff --git a/PKGBUILD b/PKGBUILD
index fde9b8b75bd7..07e5a88d87e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="Library for efficient streaming of very large files from/to S3, HDFS, W
arch=('any')
license=('MIT')
url="https://github.com/RaRe-Technologies/smart_open"
-makedepends=('python-setuptools' 'python-requests' 'python-boto' 'python-boto3')
+makedepends=('python-setuptools' 'python2-setuptools')
provides=("")
conflicts=("")
replaces=("")