diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-06-07 19:11:22 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-14 17:45:56 +0700 |
commit | d8ab2a5951a86e45847ed5a81a5ced2a0ef1cbdf (patch) | |
tree | a1fb8f1e68cc56eea3b18b78b672451f26db6554 /python/bleach | |
parent | 9cd772d1936abf7f3b2af59cd8a3e05be80cfd0d (diff) |
python/bleach: Add dependency.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/bleach')
-rw-r--r-- | python/bleach/bleach.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/bleach/bleach.info b/python/bleach/bleach.info index 3db211cfd052..bb0366079a02 100644 --- a/python/bleach/bleach.info +++ b/python/bleach/bleach.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-3.1.5.t MD5SUM="63cae08551307156ec636465aff5183e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python-webencodings python3-six six" +REQUIRES="python-webencodings packaging python3-packaging" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |