]> Git Repo - buildroot-mgba.git/commitdiff
package/python-referencing: add host variant
authorDario Binacchi <[email protected]>
Mon, 4 Mar 2024 15:32:39 +0000 (16:32 +0100)
committerYann E. MORIN <[email protected]>
Tue, 19 Mar 2024 22:21:36 +0000 (23:21 +0100)
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 <[email protected]>
Signed-off-by: Michael Trimarchi <[email protected]>
Co-developed-by: Romain Naour <[email protected]>
Signed-off-by: Romain Naour <[email protected]>
Signed-off-by: Dario Binacchi <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
package/python-referencing/python-referencing.mk

index 27d1452e913ad1c558957b45189d74c17079b22e..66d59ed8091a2a4cc3ebf587c71576284f2ad9ee 100644 (file)
@@ -14,4 +14,15 @@ PYTHON_REFERENCING_DEPENDENCIES = \
        host-python-hatchling \
        host-python-hatch-vcs
 
+HOST_PYTHON_REFERENCING_DEPENDENCIES = \
+       host-python-hatchling \
+       host-python-hatch-vcs
+
+# This is a runtime dependency, but we don't have the concept of
+# runtime dependencies for host packages.
+HOST_PYTHON_REFERENCING_DEPENDENCIES += \
+       host-python-attrs \
+       host-python-rpds-py
+
 $(eval $(python-package))
+$(eval $(host-python-package))
This page took 0.052469 seconds and 4 git commands to generate.