Files
meta-openembedded/meta-python/recipes-devtools/python
Trevor Gamblin d188161783 python3-pysocks: add python3-logging to RDEPENDS
python3-pysocks uses the logging module, but it isn't in the
RDEPENDS list:

root@qemux86-64:~# python3
Python 3.8.2 (default, Feb 25 2020, 10:39:28)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import socks
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.8/site-packages/socks.py", line 9, in <module>
    import logging
ModuleNotFoundError: No module named 'logging'

Add it to RDEPENDS to fix the ModuleNotFoundError.

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-03 14:29:17 -07:00
..
2020-04-20 21:45:13 -07:00
2020-04-21 07:14:06 -07:00
2020-04-01 23:32:54 -07:00
2020-04-03 14:38:09 -07:00
2020-04-21 07:14:06 -07:00
2020-03-30 22:02:13 -07:00
2019-11-13 07:15:16 -08:00
2019-11-13 07:15:16 -08:00
2020-04-20 21:45:13 -07:00
2020-04-01 23:32:54 -07:00
2020-04-03 14:38:09 -07:00
2020-04-01 23:32:54 -07:00
2020-04-10 23:49:16 -07:00