summaryrefslogtreecommitdiffstats
path: root/rules/host-system-python3-pyproject-hooks.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-system-python3-pyproject-hooks.make')
-rw-r--r--rules/host-system-python3-pyproject-hooks.make20
1 files changed, 20 insertions, 0 deletions
diff --git a/rules/host-system-python3-pyproject-hooks.make b/rules/host-system-python3-pyproject-hooks.make
new file mode 100644
index 000000000..5fdecfba4
--- /dev/null
+++ b/rules/host-system-python3-pyproject-hooks.make
@@ -0,0 +1,20 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2023 by Michael Olbrich <m.olbrich@pengutronix.de>
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_SYSTEM_PYTHON3_PYPROJECT_HOOKS) += host-system-python3-pyproject-hooks
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_SYSTEM_PYTHON3_PYPROJECT_HOOKS_CONF_TOOL := python3
+
+# vim: syntax=make