[Buildroot] [git commit] package/python-pluggy: enable host package build

Yann E. MORIN yann.morin.1998 at free.fr
Sun Oct 30 20:22:38 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=47504a72e8a6526258516fdc35122494a4d4b529
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This will be needed for the upcoming host-python-hatchling.

Signed-off-by: James Hilliard <james.hilliard1 at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/python-pluggy/python-pluggy.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/python-pluggy/python-pluggy.mk b/package/python-pluggy/python-pluggy.mk
index 59382518ed..6dc6f970ea 100644
--- a/package/python-pluggy/python-pluggy.mk
+++ b/package/python-pluggy/python-pluggy.mk
@@ -11,5 +11,7 @@ PYTHON_PLUGGY_SETUP_TYPE = setuptools
 PYTHON_PLUGGY_LICENSE = MIT
 PYTHON_PLUGGY_LICENSE_FILES = LICENSE
 PYTHON_PLUGGY_DEPENDENCIES = host-python-setuptools-scm
+HOST_PYTHON_PLUGGY_DEPENDENCIES = host-python-setuptools-scm
 
 $(eval $(python-package))
+$(eval $(host-python-package))



More information about the buildroot mailing list