mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
package/python-attrs: use hatch setup type
Use the new hatch setup type which automatically pulls in the host-python-hatchling dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
3e4b1a3031
commit
f41a134637
@ -7,16 +7,14 @@
|
||||
PYTHON_ATTRS_VERSION = 24.2.0
|
||||
PYTHON_ATTRS_SOURCE = attrs-$(PYTHON_ATTRS_VERSION).tar.gz
|
||||
PYTHON_ATTRS_SITE = https://files.pythonhosted.org/packages/fc/0f/aafca9af9315aee06a89ffde799a10a582fe8de76c563ee80bbcdc08b3fb
|
||||
PYTHON_ATTRS_SETUP_TYPE = pep517
|
||||
PYTHON_ATTRS_SETUP_TYPE = hatch
|
||||
PYTHON_ATTRS_LICENSE = MIT
|
||||
PYTHON_ATTRS_LICENSE_FILES = LICENSE
|
||||
PYTHON_ATTRS_DEPENDENCIES = \
|
||||
host-python-hatchling \
|
||||
host-python-hatch-fancy-pypi-readme \
|
||||
host-python-hatch-vcs
|
||||
|
||||
HOST_PYTHON_ATTRS_DEPENDENCIES = \
|
||||
host-python-hatchling \
|
||||
host-python-hatch-fancy-pypi-readme \
|
||||
host-python-hatch-vcs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user