diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-05-05 15:04:13 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-11 07:20:54 +0700 |
commit | dcb3b38961be3139bf275d47a15c9ac60a2e5ff7 (patch) | |
tree | 8b15a50f0db90c59d18f0a8e0c8669a9e11bb82b /python | |
parent | a209d76cd68d18179910f78e8b7baccb3c918a0a (diff) | |
download | slackbuilds-dcb3b38961be3139bf275d47a15c9ac60a2e5ff7.tar.gz |
python/python3-dateutil: Unfixed requires.
setuptools-csm was added as a dependency but I don't see any need
for it.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-dateutil/python3-dateutil.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-dateutil/python3-dateutil.info b/python/python3-dateutil/python3-dateutil.info index 8fe8fc0b97..d73cd39ab9 100644 --- a/python/python3-dateutil/python3-dateutil.info +++ b/python/python3-dateutil/python3-dateutil.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/p/python-dateutil/pytho MD5SUM="354db28843d949f1bc3e49e8458e22df" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="setuptools-scm python3-six" +REQUIRES="python3-six" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |