mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
580 B
Makefile
15 lines
580 B
Makefile
################################################################################
|
|
#
|
|
# python-poetry-core
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_POETRY_CORE_VERSION = 2.2.1
|
|
PYTHON_POETRY_CORE_SOURCE = poetry_core-$(PYTHON_POETRY_CORE_VERSION).tar.gz
|
|
PYTHON_POETRY_CORE_SITE = https://files.pythonhosted.org/packages/54/ef/a16c11de95b638341961765e072dfdd4c9a0be51d6b22d594c5f3255e4bb
|
|
PYTHON_POETRY_CORE_SETUP_TYPE = pep517
|
|
PYTHON_POETRY_CORE_LICENSE = MIT
|
|
PYTHON_POETRY_CORE_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(host-python-package))
|