diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-07-24 22:11:47 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-25 16:56:03 +0700 |
commit | 1f4da3698c544b994e213d509f49a6c00c9b3b5e (patch) | |
tree | 8863d7ae3aa9a582b2bf931369ce28ea4eebe7c2 /python/rst-linker | |
parent | 82e508ed0a025a8d77409b4bc2c6c88c17d8b81d (diff) | |
download | slackbuilds-1f4da3698c544b994e213d509f49a6c00c9b3b5e.tar.gz |
python/rst-linker: 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/rst-linker')
-rw-r--r-- | python/rst-linker/rst-linker.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rst-linker/rst-linker.info b/python/rst-linker/rst-linker.info index 2a37c3f868..6572139e02 100644 --- a/python/rst-linker/rst-linker.info +++ b/python/rst-linker/rst-linker.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/21/9d/d19ce4e31c06cf92f402929e MD5SUM="15d25a2b72e618f792614f7e1ba7dd67" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="setuptools-scm" +REQUIRES="setuptools-scm python2-setuptools-scm" MAINTAINER="Prof. HORSTMANN" EMAIL="wmh@eipg.fr" |