mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
package/python-immutabledict: use poetry setup type
Use the new poetry setup type which automatically pulls in the host-python-poetry-core 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
27c1106b7a
commit
ccebc8cc59
@ -7,9 +7,8 @@
|
|||||||
PYTHON_IMMUTABLEDICT_VERSION = 4.2.0
|
PYTHON_IMMUTABLEDICT_VERSION = 4.2.0
|
||||||
PYTHON_IMMUTABLEDICT_SOURCE = immutabledict-$(PYTHON_IMMUTABLEDICT_VERSION).tar.gz
|
PYTHON_IMMUTABLEDICT_SOURCE = immutabledict-$(PYTHON_IMMUTABLEDICT_VERSION).tar.gz
|
||||||
PYTHON_IMMUTABLEDICT_SITE = https://files.pythonhosted.org/packages/55/f4/710c84db4d77767176342913ac6b25f43aaed6d0a0bdb9168a8d2936d9c7
|
PYTHON_IMMUTABLEDICT_SITE = https://files.pythonhosted.org/packages/55/f4/710c84db4d77767176342913ac6b25f43aaed6d0a0bdb9168a8d2936d9c7
|
||||||
PYTHON_IMMUTABLEDICT_SETUP_TYPE = pep517
|
PYTHON_IMMUTABLEDICT_SETUP_TYPE = poetry
|
||||||
PYTHON_IMMUTABLEDICT_LICENSE = MIT
|
PYTHON_IMMUTABLEDICT_LICENSE = MIT
|
||||||
PYTHON_IMMUTABLEDICT_LICENSE_FILES = LICENSE
|
PYTHON_IMMUTABLEDICT_LICENSE_FILES = LICENSE
|
||||||
PYTHON_IMMUTABLEDICT_DEPENDENCIES = host-python-poetry-core
|
|
||||||
|
|
||||||
$(eval $(python-package))
|
$(eval $(python-package))
|
||||||
|
Loading…
Reference in New Issue
Block a user