Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/python-pysmb: add the missing runtime dependency
@ 2023-07-17  9:17 yegorslists--- via buildroot
  2023-07-18 21:19 ` Thomas Petazzoni via buildroot
  2023-08-26 17:22 ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: yegorslists--- via buildroot @ 2023-07-17  9:17 UTC (permalink / raw)
  To: buildroot; +Cc: james.hilliard1, Asaf Kahlon

From: Yegor Yefremov <yegorslists@googlemail.com>

python-tqdm dependency was introduced in 1.2.9.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/python-pysmb/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-pysmb/Config.in b/package/python-pysmb/Config.in
index 61d7c2a03e..bb935dddf1 100644
--- a/package/python-pysmb/Config.in
+++ b/package/python-pysmb/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_PYTHON_PYSMB
 	bool "python-pysmb"
 	depends on BR2_INSTALL_LIBSTDCPP
 	select BR2_PACKAGE_PYTHON_PYASN1
+	select BR2_PACKAGE_PYTHON_TQDM
 	help
 	  pysmb is an experimental SMB/CIFS library written in Python.
 	  It implements the client-side SMB/CIFS protocol (SMB1 and
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-26 17:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-17  9:17 [Buildroot] [PATCH] package/python-pysmb: add the missing runtime dependency yegorslists--- via buildroot
2023-07-18 21:19 ` Thomas Petazzoni via buildroot
2023-07-23 11:24   ` Yegor Yefremov via buildroot
2023-08-26 17:22 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox