722d63be86
Add 'scandir'[1] package to buildroot. Needed by 'pathlib2'. [1] https://pypi.python.org/pypi/scandir Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 lines
165 B
Plaintext
7 lines
165 B
Plaintext
config BR2_PACKAGE_PYTHON_SCANDIR
|
|
bool "python-scandir"
|
|
help
|
|
scandir, a better directory iterator and faster os.walk()
|
|
|
|
https://pypi.python.org/pypi/scandir
|