buildrootschalter/package/python-netifaces/python-netifaces.mk
Thomas Petazzoni 8fd5a94562 python-netifaces: convert to the Python package infrastructure
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>
2013-12-15 13:41:22 +01:00

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))