mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
To much of a hassle to split into seperate commits. Needed to push as I see my SSD degrading and are afraid of the crash.
13 lines
552 B
Makefile
13 lines
552 B
Makefile
################################################################################
|
|
#
|
|
# python-importlib-metadata
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_IMPORTLIB_METADATA_VERSION = 7.1.0
|
|
PYTHON_IMPORTLIB_METADATA_SOURCE = importlib_metadata-$(PYTHON_IMPORTLIB_METADATA_VERSION).tar.gz
|
|
PYTHON_IMPORTLIB_METADATA_SITE = https://files.pythonhosted.org/packages/a0/fc/c4e6078d21fc4fa56300a241b87eae76766aa380a23fc450fc85bb7bf547
|
|
PYTHON_IMPORTLIB_METADATA_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|