diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-07-24 22:02:43 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-25 16:56:05 +0700 |
commit | abcdf44a503c115ad2de6ebd856ed478582b8dbf (patch) | |
tree | a3cef6b7e9af83678a1a55443b2d49bc9e75118d | |
parent | a07f35a80e16fd592de0ce1dd067a90bc3691ffb (diff) | |
download | slackbuilds-abcdf44a503c115ad2de6ebd856ed478582b8dbf.tar.gz |
python/asttokens: Add missing dependencies.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/asttokens/asttokens.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/asttokens/asttokens.info b/python/asttokens/asttokens.info index 529673aa6b..e896cd2596 100644 --- a/python/asttokens/asttokens.info +++ b/python/asttokens/asttokens.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/1d/d2/cf56e804cd7b4e8b92813e94 MD5SUM="3e90edd0656e9d86daf7a7909e583a3d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="setuptools-scm python2-setuptools-scm wheel python-toml" MAINTAINER="Tim Dickson" EMAIL="dickson.tim@googlemail.com" |