summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSherlock Holo2017-09-13 02:15:42 +0800
committerSherlock Holo2017-09-13 02:15:42 +0800
commitcda106d2d48e152a974968bd9a9ae5e203f4a1a1 (patch)
treee89667d7eb0b37968de7a6425f59855f0e75659d
parent9283b75330633c617c3c456845a8dab52bcf2569 (diff)
downloadaur-cda106d2d48e152a974968bd9a9ae5e203f4a1a1.tar.gz
Add makedeps: python-setuptools
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1451673136ac..923bd55670e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Tue Sep 12 18:12:50 UTC 2017
+# Tue Sep 12 18:15:27 UTC 2017
pkgbase = python-locust-git
pkgdesc = An easy-to-use, distributed, user load testing tool.
pkgver = v0.8a1.82.g8c4eeae
- pkgrel = 1
+ pkgrel = 2
url = http://locust.io/
arch = any
license = MIT
makedepends = git
+ makedepends = python-setuptools
depends = python-gevent
depends = python-flask
depends = python-requests
diff --git a/PKGBUILD b/PKGBUILD
index aa7fff80f7c2..5c691f7cf1b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python-locust-git
_pkgname=locust
pkgver=v0.8a1.82.g8c4eeae
-pkgrel=1
+pkgrel=2
pkgdesc="An easy-to-use, distributed, user load testing tool."
arch=('any')
url="http://locust.io/"
license=('MIT')
depends=('python-gevent' 'python-flask' 'python-requests' 'python-msgpack')
-makedepends=('git')
+makedepends=('git' 'python-setuptools')
source=('git://github.com/locustio/locust.git')
md5sums=('SKIP') # skip git source checksum