diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-04-19 23:25:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-04-19 23:25:40 +0700 |
commit | ffb89c7d6861aae1196dd8883f3b1641da494f80 (patch) | |
tree | c1d599a9639bd072410ee864ccf6579405513ca5 | |
parent | 82a9d536a304747974e09015fce5290a628d9c28 (diff) |
python/python3-docstring-to-markdown: Fix dependency.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-docstring-to-markdown/python3-docstring-to-markdown.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-docstring-to-markdown/python3-docstring-to-markdown.info b/python/python3-docstring-to-markdown/python3-docstring-to-markdown.info index 5398637b5c..5ee3391027 100644 --- a/python/python3-docstring-to-markdown/python3-docstring-to-markdown.info +++ b/python/python3-docstring-to-markdown/python3-docstring-to-markdown.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/python-lsp/docstring-to-markdown/archive/v0.16/docs MD5SUM="63d20f67f7e23717e37861cec733c020" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-importlib_metadata python3-typing-extensions" +REQUIRES="python-importlib_metadata python3-typing-extensions" MAINTAINER="Isaac Yu" EMAIL="isaacyu@protonmail.com" |