8fd5a94562
Also, remove the "select BR2_PACKAGE_PYTHON_SETUPTOOLS", since setuptools is a host dependency (needed to built the package), not a target dependency. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
430 B
Makefile
13 lines
430 B
Makefile
################################################################################
|
|
#
|
|
# python-netifaces
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_NETIFACES_VERSION = 0.7
|
|
PYTHON_NETIFACES_SOURCE = netifaces-$(PYTHON_NETIFACES_VERSION).tar.gz
|
|
PYTHON_NETIFACES_SITE = http://alastairs-place.net/projects/netifaces
|
|
PYTHON_NETIFACES_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|