buildroot/package/python-pathlib2/Config.in
Asaf Kahlon 48ef0d1b2e package/python-pathlib2: bump to version 2.3.5
And remove scandir from runtime dependencies.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-10-14 22:03:19 +02:00

14 lines
438 B
Plaintext

config BR2_PACKAGE_PYTHON_PATHLIB2
bool "python-pathlib2"
depends on BR2_PACKAGE_PYTHON
select BR2_PACKAGE_PYTHON_SIX # 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