mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
python-netifaces: fix license file name
License info is stored in README.rst, not README. [Peter: reword] Signed-off-by: David Graziano <david.graziano@rockwellcollins.com> Signed-off-by: Clayton Shotwell <clayton.shotwell@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
8cdf680799
commit
139b427d70
@@ -8,7 +8,7 @@ PYTHON_NETIFACES_VERSION = 0.10.4
|
||||
PYTHON_NETIFACES_SOURCE = netifaces-$(PYTHON_NETIFACES_VERSION).tar.gz
|
||||
PYTHON_NETIFACES_SITE = https://pypi.python.org/packages/source/n/netifaces
|
||||
PYTHON_NETIFACES_LICENSE = MIT
|
||||
PYTHON_NETIFACES_LICENSE_FILES = README
|
||||
PYTHON_NETIFACES_LICENSE_FILES = README.rst
|
||||
PYTHON_NETIFACES_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user