1config 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 8 The goal of pathlib2 is to provide a backport of standard 9 pathlib module which tracks the standard library module, so 10 all the newest features of the standard pathlib can be used 11 also on older Python versions. 12 13 https://pypi.python.org/pypi/pathlib2 14