buildroot/package/python-sh/python-sh.mk
James Hilliard 11f7631d86 package/python-sh: 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>
2024-11-06 23:22:36 +01:00

15 lines
498 B
Makefile

################################################################################
#
# python-sh
#
################################################################################
PYTHON_SH_VERSION = 2.1.0
PYTHON_SH_SOURCE = sh-$(PYTHON_SH_VERSION).tar.gz
PYTHON_SH_SITE = https://files.pythonhosted.org/packages/52/12/b7965006c5adc57ba5459385358bd27c4983cd490884a75be86eb1d3efeb
PYTHON_SH_SETUP_TYPE = poetry
PYTHON_SH_LICENSE = MIT
PYTHON_SH_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))