Config.in 438 B

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