* [Buildroot] [PATCH 1/1] package/python-pep517: drop host-python-tomli dependency
@ 2022-12-06 4:41 James Hilliard
2022-12-11 17:06 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2022-12-06 4:41 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Asaf Kahlon
The host-python-tomli dependency is not required on python version
3.11 and newer.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-pep517/python-pep517.mk | 1 -
1 file changed, 1 deletion(-)
diff --git a/package/python-pep517/python-pep517.mk b/package/python-pep517/python-pep517.mk
index 1fd294fbb4..c43b09faaa 100644
--- a/package/python-pep517/python-pep517.mk
+++ b/package/python-pep517/python-pep517.mk
@@ -10,6 +10,5 @@ PYTHON_PEP517_SITE = https://files.pythonhosted.org/packages/4d/19/e11fcc88288f6
PYTHON_PEP517_LICENSE = MIT
PYTHON_PEP517_LICENSE_FILES = LICENSE
PYTHON_PEP517_SETUP_TYPE = flit-bootstrap
-HOST_PYTHON_PEP517_DEPENDENCIES = host-python-tomli
$(eval $(host-python-package))
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-11 17:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-06 4:41 [Buildroot] [PATCH 1/1] package/python-pep517: drop host-python-tomli dependency James Hilliard
2022-12-11 17:06 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.