1config BR2_PACKAGE_PYTHON_PATHPY
2 bool "python-pathpy"
3 depends on BR2_PACKAGE_PYTHON3
4 help
5 path.py implements a path objects as first-class
6 entities, allowing common operations on files to
7 be invoked on those path objects directly.
8
9 https://github.com/jaraco/path.py
10