diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-11-28 10:20:05 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-02 07:54:30 +0700 |
commit | a8f993282a34d2d4317a107c833191e0e95c766c (patch) | |
tree | 10475cd3abd2d567d8d6d56098a9458ec4f05b05 /python | |
parent | 8619300b8448216ea857400e68938f7f0979c03c (diff) |
python/python3-pyproject-hooks: fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-pyproject-hooks/python3-pyproject-hooks.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-pyproject-hooks/python3-pyproject-hooks.info b/python/python3-pyproject-hooks/python3-pyproject-hooks.info index 95a684fdcc9fc..59e5d918ae67a 100644 --- a/python/python3-pyproject-hooks/python3-pyproject-hooks.info +++ b/python/python3-pyproject-hooks/python3-pyproject-hooks.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pyproject_hooks/pypro MD5SUM="69b0b6de189bc04c3f9e304281765741" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-flit_core python3-installer" +REQUIRES="python3-installer" MAINTAINER="fourtysixandtwo" EMAIL="fourtysixandtwo@sliderr.net" |