diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-07-24 08:28:26 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-25 16:55:57 +0700 |
commit | 72755a9582b2b5e8c92965a6dc4045d42bcabe1f (patch) | |
tree | 909d92ad8cbbae66f14c8b8b7f5f3bcb03369975 /python/functools-lru-cache | |
parent | b050716e4a99037b59fd24b34181968adf1d880a (diff) | |
download | slackbuilds-72755a9582b2b5e8c92965a6dc4045d42bcabe1f.tar.gz |
python/functools-lru-cache: Add missing dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/functools-lru-cache')
-rw-r--r-- | python/functools-lru-cache/functools-lru-cache.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/functools-lru-cache/functools-lru-cache.info b/python/functools-lru-cache/functools-lru-cache.info index 9ac7e9adf4..5515c4baac 100644 --- a/python/functools-lru-cache/functools-lru-cache.info +++ b/python/functools-lru-cache/functools-lru-cache.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/57/d4/156eb5fbb08d2e85ab0a632e MD5SUM="20f53f54cd3f04b3346ce75a54959754" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="setuptools-scm" +REQUIRES="setuptools-scm python2-setuptools-scm" MAINTAINER="Serban Udrea" EMAIL="S.Udrea@gsi.de" |