mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
||||
Reference in New Issue
Block a user