The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / python-netifaces / python-netifaces.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/python-netifaces/python-netifaces.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/python-netifaces/python-netifaces.mk
new file mode 100644 (file)
index 0000000..2c51ce0
--- /dev/null
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-netifaces
+#
+################################################################################
+
+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.rst
+PYTHON_NETIFACES_SETUP_TYPE = setuptools
+
+$(eval $(python-package))