mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
package/python-ifaddr: bump to version 0.1.7
There is now a LICENSE.txt file, so let's use it as the license file instead of setup.py. It does contain the MIT license text, as expected. Signed-off-by: Grzegorz Blach <grzegorz@blach.pl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
589d9018b7
commit
e80acf0976
@@ -4,11 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_IFADDR_VERSION = 0.1.6
|
||||
PYTHON_IFADDR_VERSION = 0.1.7
|
||||
PYTHON_IFADDR_SOURCE = ifaddr-$(PYTHON_IFADDR_VERSION).tar.gz
|
||||
PYTHON_IFADDR_SITE = https://files.pythonhosted.org/packages/9f/54/d92bda685093ebc70e2057abfa83ef1b3fb0ae2b6357262a3e19dfe96bb8
|
||||
PYTHON_IFADDR_SITE = https://files.pythonhosted.org/packages/3d/fc/4ce147e3997cd0ea470ad27112087545cf83bf85015ddb3054673cb471bb
|
||||
PYTHON_IFADDR_SETUP_TYPE = setuptools
|
||||
PYTHON_IFADDR_LICENSE = MIT
|
||||
PYTHON_IFADDR_LICENSE_FILES = setup.py
|
||||
PYTHON_IFADDR_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user