diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-12-12 06:29:58 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-16 08:56:15 +0700 |
commit | 8b20da3b10c670e4f6c68c7bcfbcc728beab40a5 (patch) | |
tree | 8d122a7924f2a99695cee68c67e62e617c0d42b5 /system/locust | |
parent | 8fe9589cf13285dc0b40435a472dbd0999423077 (diff) |
system/locust: Fix redundant 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 ff59cc722fea..cd326d438a25 100644 --- a/system/locust/locust.info +++ b/system/locust/locust.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/72/0f/007b949af056943715071cdf MD5SUM="2c686ebac5c63fda23d71e4ce6df4f62" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-geventhttpclient python3-Flask-Basicauth python3-pyzmq msgpack-python zope.interface zope.event python3-psutil python3-configargparse typing-extensions roundrobin python3-Flask-Cors python3-wheel typing-extensions" +REQUIRES="python3-geventhttpclient python3-Flask-Basicauth python3-pyzmq msgpack-python zope.interface zope.event python3-psutil python3-configargparse typing-extensions roundrobin python3-Flask-Cors" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |