mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
3c28bc4a76
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>
16 lines
571 B
Makefile
16 lines
571 B
Makefile
################################################################################
|
|
#
|
|
# python-tomlkit
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_TOMLKIT_VERSION = 0.13.2
|
|
PYTHON_TOMLKIT_SOURCE = tomlkit-$(PYTHON_TOMLKIT_VERSION).tar.gz
|
|
PYTHON_TOMLKIT_SITE = https://files.pythonhosted.org/packages/b1/09/a439bec5888f00a54b8b9f05fa94d7f901d6735ef4e55dcec9bc37b5d8fa
|
|
PYTHON_TOMLKIT_SETUP_TYPE = poetry
|
|
PYTHON_TOMLKIT_LICENSE = MIT
|
|
PYTHON_TOMLKIT_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|