mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/python-attrs: add host variant
Recent version of U-Boot use binman to provide a mechanism for building images, from simple SPL + U-Boot combinations, to more complex arrangements with many parts. This package is required by binman. Co-developed-by: Michael Trimarchi <michael@amarulasolutions.com> Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
a904f1530f
commit
2d004d8301
@@ -15,4 +15,10 @@ PYTHON_ATTRS_DEPENDENCIES = \
|
||||
host-python-hatch-fancy-pypi-readme \
|
||||
host-python-hatch-vcs
|
||||
|
||||
HOST_PYTHON_ATTRS_DEPENDENCIES = \
|
||||
host-python-hatchling \
|
||||
host-python-hatch-fancy-pypi-readme \
|
||||
host-python-hatch-vcs
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
||||
|
||||
Reference in New Issue
Block a user