summaryrefslogtreecommitdiffstats
path: root/system/locust
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2021-05-26 06:35:09 +0200
committer Willy Sudiarto Raharjo2021-05-26 06:35:09 +0200
commit3fe91359da659f6996b3bd519040b14dbb7f1081 (patch)
tree09624a79dbe95f66fce6b63851796ac5219bb393 /system/locust
parent18f3a629808c430cdc025307d1bc244d2aefd49d (diff)
downloadslackbuilds-3fe91359da659f6996b3bd519040b14dbb7f1081.tar.gz
system/locust: Fix missing deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/locust')
-rw-r--r--system/locust/locust.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/locust/locust.info b/system/locust/locust.info
index dd4e6a6253..4f262a8b68 100644
--- a/system/locust/locust.info
+++ b/system/locust/locust.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/ba/fb/ee2cfef14f362a3e943ffee6
MD5SUM="b6a146604504b3216911f35481d712bd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-geventhttpclient python3-Flask-Basicauth python3-pyzmq msgpack-python"
+REQUIRES="python3-geventhttpclient python3-Flask-Basicauth python3-pyzmq msgpack-python zope.interface zope.event psutil python-configargparse"
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"