diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2015-12-29 23:43:48 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-30 14:52:54 +0100 |
commit | 45a8926c2b2b6abb32bea486dfa4b397765da851 (patch) | |
tree | aa262812da44b1a46ccfe1ed4f87c59ab4c84d2f /package/python-serial/Config.in | |
parent | 762b819e6f4bf741a94dfe3d6b28a6deea99edd8 (diff) | |
download | buildroot-45a8926c2b2b6abb32bea486dfa4b397765da851.tar.gz buildroot-45a8926c2b2b6abb32bea486dfa4b397765da851.zip |
python-serial: bump to 3.0
Add hash file, switch to setuptools and change project's home page to
GitHub.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-serial/Config.in')
-rw-r--r-- | package/python-serial/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python-serial/Config.in b/package/python-serial/Config.in index 09a4c39257..ca12d12e6e 100644 --- a/package/python-serial/Config.in +++ b/package/python-serial/Config.in @@ -3,4 +3,4 @@ config BR2_PACKAGE_PYTHON_SERIAL help python-serial is a Python library to access serial ports. - http://pyserial.sf.net + https://github.com/pyserial/pyserial |