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-serial / python-serial.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/python-serial/python-serial.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/python-serial/python-serial.mk
new file mode 100644 (file)
index 0000000..b9b5931
--- /dev/null
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-serial
+#
+################################################################################
+
+PYTHON_SERIAL_VERSION = 2.6
+PYTHON_SERIAL_SOURCE = pyserial-$(PYTHON_SERIAL_VERSION).tar.gz
+PYTHON_SERIAL_SITE = http://pypi.python.org/packages/source/p/pyserial
+PYTHON_SERIAL_LICENSE = Python Software Foundation License
+PYTHON_SERIAL_LICENSE_FILES = LICENSE.txt
+PYTHON_SERIAL_SETUP_TYPE = distutils
+
+$(eval $(python-package))