summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2023-11-28 10:33:07 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-02 07:54:32 +0700
commitd9b00f6450e5ea7d4fcabca80f01d3ebd6be4c72 (patch)
treeb25b21c14b8e48b11aa394554f900d3413d58147
parent80a96b6d1fd53cfe622261e849b06d46d9c61871 (diff)
downloadslackbuilds-d9b00f6450e5ea7d4fcabca80f01d3ebd6be4c72.tar.gz
slackbuilds-d9b00f6450e5ea7d4fcabca80f01d3ebd6be4c72.tar.xz
python/python3-jsonschema: fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-jsonschema/python3-jsonschema.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-jsonschema/python3-jsonschema.info b/python/python3-jsonschema/python3-jsonschema.info
index 60c346db9d..61274b9edd 100644
--- a/python/python3-jsonschema/python3-jsonschema.info
+++ b/python/python3-jsonschema/python3-jsonschema.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/j/jsonschema/jsonschema-4.17.3
MD5SUM="7c65ceb8923c83cb1f22c2b5a86d99b0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python-importlib_metadata python3-attrs python3-pyrsistent python3-hatch_vcs python3-hatch_fancy_pypi_readme"
+REQUIRES="python3-attrs python3-pyrsistent python3-hatch_vcs python3-hatch_fancy_pypi_readme"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"