python-serial: new package
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 11 Jan 2011 20:45:55 +0000 (21:45 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 25 Jan 2011 07:59:58 +0000 (08:59 +0100)
commit0eafafbe3dcff1362ee7f0617af6b75e22cd5014
tree50366121651c541ef61a739ed25343e4bae38b7a
parentb0c86bcc57b1bd714dc0d1cc719ffdfd6f0663dd
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>
package/Config.in
package/python-serial/Config.in [new file with mode: 0644]
package/python-serial/python-serial.mk [new file with mode: 0644]