* [Buildroot] [PATCH] package/python-jsonschema: add missing runtime dependency
@ 2022-08-03 12:34 yegorslists--- via buildroot
2022-08-03 16:33 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: yegorslists--- via buildroot @ 2022-08-03 12:34 UTC (permalink / raw)
To: buildroot; +Cc: Asaf Kahlon
From: Yegor Yefremov <yegorslists@googlemail.com>
python-attrs package is required since version 2.6.0.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
package/python-jsonschema/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/python-jsonschema/Config.in b/package/python-jsonschema/Config.in
index 7b30d46fc6..d9508c3705 100644
--- a/package/python-jsonschema/Config.in
+++ b/package/python-jsonschema/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_PYTHON_JSONSCHEMA
bool "python-jsonschema"
+ select BR2_PACKAGE_PYTHON_ATTRS # runtime
select BR2_PACKAGE_PYTHON_PYRSISTENT # runtime
help
An implementation of JSON Schema validation for Python.
--
2.17.0
_______________________________________________
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-08-03 16:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-03 12:34 [Buildroot] [PATCH] package/python-jsonschema: add missing runtime dependency yegorslists--- via buildroot
2022-08-03 16:33 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox