mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-25 20:57:45 +00:00
* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
15 lines
569 B
Makefile
15 lines
569 B
Makefile
################################################################################
|
|
#
|
|
# python-ipaddress
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_IPADDRESS_VERSION = 1.0.22
|
|
PYTHON_IPADDRESS_SOURCE = ipaddress-$(PYTHON_IPADDRESS_VERSION).tar.gz
|
|
PYTHON_IPADDRESS_SITE = https://files.pythonhosted.org/packages/97/8d/77b8cedcfbf93676148518036c6b1ce7f8e14bf07e95d7fd4ddcb8cc052f
|
|
PYTHON_IPADDRESS_LICENSE = Python-2.0
|
|
PYTHON_IPADDRESS_LICENSE_FILES = LICENSE
|
|
PYTHON_IPADDRESS_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|