summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2021-07-24 12:11:47 +0200
committer Willy Sudiarto Raharjo2021-07-25 11:56:03 +0200
commit1f4da3698c544b994e213d509f49a6c00c9b3b5e (patch)
tree8863d7ae3aa9a582b2bf931369ce28ea4eebe7c2
parent82e508ed0a025a8d77409b4bc2c6c88c17d8b81d (diff)
downloadslackbuilds-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>
-rw-r--r--python/rst-linker/rst-linker.info2
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"