package/python-cppy: add setuptools-scm build dependency
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>
This commit is contained in:
parent
9755f7a4aa
commit
360c065a4d
@ -10,5 +10,6 @@ PYTHON_CPPY_SITE = https://files.pythonhosted.org/packages/c5/7e/6cc5acd93752ee5
|
||||
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))
|
||||
|
Loading…
Reference in New Issue
Block a user