diff options
author | Prof. HORSTMANN <wmh@eipg.fr> | 2021-04-24 06:56:33 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-24 22:07:02 +0700 |
commit | 9950aa1938a07844072c5274c8d023cb22cf37a1 (patch) | |
tree | 7297d139577eb31f299f3d0b653afeada5ba6461 /python | |
parent | 4747c45e9f2f9cdf7022dee1b68b9a13d888ca34 (diff) | |
download | slackbuilds-9950aa1938a07844072c5274c8d023cb22cf37a1.tar.gz |
python/rst-linker: Fix REQUIRES.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 8406130c54..2a37c3f868 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="" +REQUIRES="setuptools-scm" MAINTAINER="Prof. HORSTMANN" EMAIL="wmh@eipg.fr" |