buildroot/package/python-pathlib2/Config.in
Andrey Smirnov 84e231e8ae package/python-pathlib2: New package
Add 'pathlib2'[1] package to Buildroot. Needed by 'pickleshare'
package, which is added in the next patch.

[1] https://pypi.python.org/pypi/pathlib2

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>
2017-06-15 22:49:58 +02:00

15 lines
483 B
Plaintext

config BR2_PACKAGE_PYTHON_PATHLIB2
bool "python-pathlib2"
depends on BR2_PACKAGE_PYTHON
select BR2_PACKAGE_PYTHON_SIX # runtime
select BR2_PACKAGE_PYTHON_SCANDIR # runtime
help
Object-oriented filesystem paths.
The goal of pathlib2 is to provide a backport of standard
pathlib module which tracks the standard library module, so
all the newest features of the standard pathlib can be used
also on older Python versions.
https://pypi.python.org/pypi/pathlib2