forked from ~ljy/RK356X_SDK_RELEASE

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