[Buildroot] [git commit] package/python-shutilwhich: also available in python3

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Dec 30 17:28:05 UTC 2017


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

When in python3, shutilwhich will simply use shutil.which.

Some packages (e.g. crossbar.io) unconditionally require shutilwhich,
even when they are running under python3.

So, enable python-shutilwhich even for python3.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Cc: Mauro Condarelli <mc5686 at mclink.it>
Cc: Yegor Yefremov <yegorslists at googlemail.com>
Reviewed-by: Yegor Yefremov <yegorslists at googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/python-shutilwhich/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/python-shutilwhich/Config.in b/package/python-shutilwhich/Config.in
index abdc8d7..a75a63b 100644
--- a/package/python-shutilwhich/Config.in
+++ b/package/python-shutilwhich/Config.in
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_PYTHON_SHUTILWHICH
 	bool "python-shutilwhich"
-	depends on BR2_PACKAGE_PYTHON
 	help
 	  shutil.which for those not using Python 3.3 yet.
 


More information about the buildroot mailing list