mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/python-shutilwhich: also available in python3
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@free.fr> Cc: Mauro Condarelli <mc5686@mclink.it> Cc: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
391efec78a
commit
b669659aa9
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_PYTHON_SHUTILWHICH
|
config BR2_PACKAGE_PYTHON_SHUTILWHICH
|
||||||
bool "python-shutilwhich"
|
bool "python-shutilwhich"
|
||||||
depends on BR2_PACKAGE_PYTHON
|
|
||||||
help
|
help
|
||||||
shutil.which for those not using Python 3.3 yet.
|
shutil.which for those not using Python 3.3 yet.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user