mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-03-03 11:07:51 +01:00
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
|