mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-19 22:03:45 -09:00
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>
15 lines
618 B
Makefile
15 lines
618 B
Makefile
################################################################################
|
|
#
|
|
# python-pypika-tortoise
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYPIKA_TORTOISE_VERSION = 0.2.1
|
|
PYTHON_PYPIKA_TORTOISE_SOURCE = pypika_tortoise-$(PYTHON_PYPIKA_TORTOISE_VERSION).tar.gz
|
|
PYTHON_PYPIKA_TORTOISE_SITE = https://files.pythonhosted.org/packages/30/af/b4a6035611cf6f3990879385cf6d077013c1bdf7ea294d6ceebfa14c8d08
|
|
PYTHON_PYPIKA_TORTOISE_SETUP_TYPE = poetry
|
|
PYTHON_PYPIKA_TORTOISE_LICENSE = Apache-2.0
|
|
PYTHON_PYPIKA_TORTOISE_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|