Go to file
Trevor Gamblin 53e62e4e57 python-twisted: add python3-pyserial to RDEPENDS
twisted's internet submodule has serial port functionality that relies
on python3-pyserial to be available, but this isn't in twisted's RDEPENDS
list, so imports of the serial port functionality will fail:

|root@qemux86-64:~# python3
|Python 3.7.5 (default, Dec  5 2019, 23:01:22)
|[GCC 9.2.0] on linux
|Type "help", "copyright", "credits" or "license" for more information.
|>>> import twisted.internet.serialport
|Traceback (most recent call last):
|  File "<stdin>", line 1, in <module>
|  File "/usr/lib/python3.7/site-packages/twisted/internet/serialport.py", line 21, in <module>
|    import serial
|ModuleNotFoundError: No module named 'serial'
|>>>

Since the internet submodule is part of the twisted-core split, add
python3-pyserial to RDEPENDS for that part of the recipe.

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-08 23:00:57 -08:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-filesystems xfsprogs: Remove obsolete patch 2019-12-03 09:31:53 -08:00
meta-gnome metacity: upgrade 3.32.0 -> 3.34.1 2019-12-08 23:00:57 -08:00
meta-initramfs klibc: Upgrade 2.0.6 -> 2.0.7 2019-10-28 15:26:42 -07:00
meta-multimedia projucer: Upgrade to 5.4.5 2019-12-05 23:00:48 -08:00
meta-networking netplan: add recipe 2019-12-05 23:01:06 -08:00
meta-oe libvncserver: add missing cmake configration option to packageconfig 2019-12-05 23:01:06 -08:00
meta-perl librole-tiny-perl: upgrade 2.000006 -> 2.001004 2019-11-22 09:22:56 -08:00
meta-python python-twisted: add python3-pyserial to RDEPENDS 2019-12-08 23:00:57 -08:00
meta-webserver nginx: fix install paths 2019-11-17 12:34:21 -08:00
meta-xfce exo: upgrade 0.12.8 -> 0.12.9 2019-11-21 17:52:26 -08:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README Update maintainers 2018-08-27 10:53:58 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj <raj.khem@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories