mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-27 05:38:30 +00:00
Update buildroot & docker (#25)
* Update docker & buildroot * Fix * fix versions
This commit is contained in:
14
buildroot/package/python-functools32/python-functools32.mk
Normal file
14
buildroot/package/python-functools32/python-functools32.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-functools32
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FUNCTOOLS32_VERSION = 3.2.3-2
|
||||
PYTHON_FUNCTOOLS32_SOURCE = functools32-$(PYTHON_FUNCTOOLS32_VERSION).tar.gz
|
||||
PYTHON_FUNCTOOLS32_SITE = https://pypi.python.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db
|
||||
PYTHON_FUNCTOOLS32_SETUP_TYPE = distutils
|
||||
PYTHON_FUNCTOOLS32_LICENSE = Python-2.0
|
||||
PYTHON_FUNCTOOLS32_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user