2017-01-17 11:17:21 +01:00
|
|
|
config BR2_PACKAGE_PYTHON_PATHPY
|
|
|
|
bool "python-pathpy"
|
2019-10-19 16:59:37 +02:00
|
|
|
depends on BR2_PACKAGE_PYTHON3
|
2017-01-17 11:17:21 +01:00
|
|
|
help
|
|
|
|
path.py implements a path objects as first-class
|
|
|
|
entities, allowing common operations on files to
|
|
|
|
be invoked on those path objects directly.
|
|
|
|
|
|
|
|
https://github.com/jaraco/path.py
|