python/python3-hatchling: Fix deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2022-12-12 00:18:46 -07:00 committed by Willy Sudiarto Raharjo
parent eac0c39a22
commit ad341a5ce7
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-1
MD5SUM="e06cc65ac646f9b01df5406aa1f97022"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build python3-installer python3-editables python3-pathspec python3-pluggy"
REQUIRES="python3-editables python3-pathspec python3-pluggy"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"