mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Add python wheel package
This commit is contained in:
12
buildroot-external/package/python-wheel/python-wheel.mk
Normal file
12
buildroot-external/package/python-wheel/python-wheel.mk
Normal file
@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-wheel
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_WHEEL_VERSION = 0.37.0
|
||||
PYTHON_WHEEL_SOURCE = wheel-$(PYTHON_WHEEL_VERSION).tar.gz
|
||||
PYTHON_WHEEL_SITE = https://files.pythonhosted.org/packages/4e/be/8139f127b4db2f79c8b117c80af56a3078cc4824b5b94250c7f81a70e03b
|
||||
PYTHON_WHEEL_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user