mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
package/python-canopen: 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
f10488a411
commit
0a71e241ba
@ -10,5 +10,6 @@ PYTHON_CANOPEN_SITE = https://files.pythonhosted.org/packages/49/55/67e555f6f4ea
|
||||
PYTHON_CANOPEN_SETUP_TYPE = setuptools
|
||||
PYTHON_CANOPEN_LICENSE = MIT
|
||||
PYTHON_CANOPEN_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_CANOPEN_DEPENDENCIES = host-python-setuptools-scm
|
||||
|
||||
$(eval $(python-package))
|
||||
|
Loading…
Reference in New Issue
Block a user