python-serial: new package

python-serial is a Python library to access serial ports.

This package has originally been introduced to test that third-party
pure Python modules (that do not use C extensions) build properly
against the Buildroot Python infrastructure.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni
2011-01-11 21:45:55 +01:00
parent b0c86bcc57
commit 0eafafbe3d
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_SERIAL
bool "python-serial"
depends on BR2_PACKAGE_PYTHON
help
python-serial is a Python library to access serial ports.
http://pyserial.sf.net