13 lines
354 B
Plaintext
13 lines
354 B
Plaintext
config BR2_PACKAGE_PYTHON_IMPORTLIB_METADATA
|
|
bool "python-importlib-metadata"
|
|
help
|
|
Library to access the metadata for a
|
|
Python package.
|
|
|
|
This package supplies third-party access
|
|
to the functionality of importlib.metadata
|
|
including improvements added to subsequent
|
|
Python versions.
|
|
|
|
https://github.com/python/importlib_metadata
|