]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/python-shutilwhich: also available in python3
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 30 Dec 2017 10:30:08 +0000 (11:30 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 30 Dec 2017 17:28:05 +0000 (18:28 +0100)
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>
package/python-shutilwhich/Config.in

index abdc8d77a13b0267e6afb03458752dec2ee2e167..a75a63bbf469420fadbb2359cebd8a7d309bbf43 100644 (file)
@@ -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.