summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStick2020-04-02 10:34:44 -0400
committerStick2020-04-02 10:35:13 -0400
commit4cb189e835c62eef7845d3cac1f0ed3f3f600a3f (patch)
tree6f3667c1bf5ecd72a4f6627385d4a1cb3d2650ed
parent158b195f220d2485064c052a69fb49bfaf0be1f7 (diff)
downloadaur-4cb189e835c62eef7845d3cac1f0ed3f3f600a3f.tar.gz
remove python-gevent-git dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1509830d3c21..e2d0ceef9d1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-locust-git
pkgdesc = Scalable user load testing tool written in Python
pkgver = 0.14.5.r83.g34cb6d1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/locustio/locust
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = python-locust-git
makedepends = python-setuptools
depends = python-configargparse
depends = python-flask
- depends = python-gevent-git
+ depends = python-gevent
depends = python-geventhttpclient-wheels
depends = python-msgpack
depends = python-psutil
diff --git a/PKGBUILD b/PKGBUILD
index 347c7fbe8a64..9a514aadfa9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
_pkg=locust
pkgname="python-$_pkg-git"
pkgver=0.14.5.r83.g34cb6d1
-pkgrel=1
+pkgrel=2
pkgdesc="Scalable user load testing tool written in Python"
arch=('any')
url="https://github.com/locustio/$_pkg"
license=('MIT')
depends=('python-configargparse'
'python-flask'
- 'python-gevent-git'
+ 'python-gevent'
'python-geventhttpclient-wheels'
'python-msgpack'
'python-psutil'