Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-pysocks: Remove | Scott Murray | 2022-03-23 | 1 | -20/+0 |
| | | | | | | | | This recipe has been moved to oe-core. Signed-off-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> | ||||
* | Convert to new override syntax | Martin Jansa | 2021-08-03 | 1 | -1/+1 |
| | | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | python3-pysocks: add python3-logging to RDEPENDS | Trevor Gamblin | 2020-05-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | python-pysocks: consolidate inc and bb files into a single bb file | Derek Straka | 2020-04-05 | 1 | -1/+14 |
| | | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python-pysocks: upgrade 1.7.0 -> 1.7.1 | Zang Ruochen | 2019-09-23 | 1 | -0/+6 |
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |