mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-01 01:13:29 +08:00
360c065a4d
The host-python-setuptools-scm dependency needs to be added prior to migrating setuptools to pep517 as this dependency is listed as a build requirement in the pyproject.toml. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
16 lines
589 B
Makefile
16 lines
589 B
Makefile
################################################################################
|
|
#
|
|
# python-cppy
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CPPY_VERSION = 1.2.1
|
|
PYTHON_CPPY_SOURCE = cppy-$(PYTHON_CPPY_VERSION).tar.gz
|
|
PYTHON_CPPY_SITE = https://files.pythonhosted.org/packages/c5/7e/6cc5acd93752ee52d2f0423046072a2ce3ae16dfcd44373b9fe2a0222204
|
|
PYTHON_CPPY_LICENSE = BSD-3-Clause
|
|
PYTHON_CPPY_LICENSE_FILES = LICENSE
|
|
PYTHON_CPPY_SETUP_TYPE = setuptools
|
|
HOST_PYTHON_CPPY_DEPENDENCIES = host-python-setuptools-scm
|
|
|
|
$(eval $(host-python-package))
|