All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/python-can: add missing dependencies
@ 2022-05-04 19:43 Arnout Vandecappelle
  0 siblings, 0 replies; only message in thread
From: Arnout Vandecappelle @ 2022-05-04 19:43 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=1be0391f2ffa8cbe2a84cbd6b0919bbd511211f9
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Since version 4.0.0 python-can requires the following additional
packages:

- packaging
- typing_extensions

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
 package/python-can/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/python-can/Config.in b/package/python-can/Config.in
index dc9eb0ae4e..e92d9668e0 100644
--- a/package/python-can/Config.in
+++ b/package/python-can/Config.in
@@ -3,6 +3,8 @@ config BR2_PACKAGE_PYTHON_CAN
 	select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
 	select BR2_PACKAGE_PYTHON3_SQLITE # runtime
 	select BR2_PACKAGE_PYTHON_AENUM # runtime
+	select BR2_PACKAGE_PYTHON_PACKAGING # runtime
+	select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
 	select BR2_PACKAGE_PYTHON_WRAPT # runtime
 	select BR2_PACKAGE_PYTHON3_ZLIB
 	help
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-04 19:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-04 19:43 [Buildroot] [git commit] package/python-can: add missing dependencies Arnout Vandecappelle

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.