diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-26 11:35:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-26 11:35:09 +0700 |
commit | 3fe91359da659f6996b3bd519040b14dbb7f1081 (patch) | |
tree | 09624a79dbe95f66fce6b63851796ac5219bb393 /system/locust | |
parent | 18f3a629808c430cdc025307d1bc244d2aefd49d (diff) |
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.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/locust/locust.info b/system/locust/locust.info index dd4e6a6253e0..4f262a8b687b 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" |