diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-11-20 21:16:23 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-22 09:10:18 +0700 |
commit | 8742826243a64591a249cc33c44b3c44de6538af (patch) | |
tree | e8118699a10ce0bfba58cdd7e0b90e01530e9c28 | |
parent | 001803fbf9ab3dafe2d05fc6d465107eb8f3ccca (diff) | |
download | slackbuilds-8742826243a64591a249cc33c44b3c44de6538af.tar.gz |
python/tqdm: Removed dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/tqdm/tqdm.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tqdm/tqdm.info b/python/tqdm/tqdm.info index 8455fabf10..00bc1e74d2 100644 --- a/python/tqdm/tqdm.info +++ b/python/tqdm/tqdm.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/7f/e6/23e3f15ff29970dd64065a9a MD5SUM="4ccb947ca1df0f16818ddb5533f5763f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python2-setuptools-scm setuptools-scm python-toml" +REQUIRES="python2-setuptools-scm python-toml" MAINTAINER="Dionysis Ntreou" EMAIL="yakizarns1@gmail.com" |