xref: /OK3568_Linux_fs/buildroot/package/python-pathpy/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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