mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/python-psygnal: 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:
committed by
Thomas Petazzoni
parent
5c49f9e5da
commit
6a30aba8e3
@@ -7,9 +7,9 @@
|
||||
PYTHON_PSYGNAL_VERSION = 0.11.1
|
||||
PYTHON_PSYGNAL_SOURCE = psygnal-$(PYTHON_PSYGNAL_VERSION).tar.gz
|
||||
PYTHON_PSYGNAL_SITE = https://files.pythonhosted.org/packages/bc/b0/194cfbcb76dbf9c4a1c4271ccc825b38406d20fb7f95fd18320c28708800
|
||||
PYTHON_PSYGNAL_SETUP_TYPE = pep517
|
||||
PYTHON_PSYGNAL_SETUP_TYPE = hatch
|
||||
PYTHON_PSYGNAL_LICENSE = BSD-3-Clause
|
||||
PYTHON_PSYGNAL_LICENSE_FILES = LICENSE
|
||||
PYTHON_PSYGNAL_DEPENDENCIES = host-python-hatchling host-python-hatch-vcs
|
||||
PYTHON_PSYGNAL_DEPENDENCIES = host-python-hatch-vcs
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user