Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-ntplib: add missing python3-io RDEPENDS | Mingli Yu | 2020-05-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Add the missing python3-io RDEPENDS to fix below error: # python3 Python 3.8.2 (default, Apr 27 2020, 08:51:00) [GCC 9.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import ntplib Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python3.8/site-packages/ntplib.py", line 32, in <module> import socket ModuleNotFoundError: No module named 'socket' Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 0568dda628fa086aaedfa164c6b12654e09972a3) Signed-off-by: Armin Kuster <akuster808@gmail.com> | ||||
* | Remove deprecated python3-selectors from the RDEPENDS | Derek Straka | 2018-01-26 | 1 | -1/+1 |
| | | | | | | | | The python3-selectors package was removed as part of the migration to the json manifest file. The functionality is now part of core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> | ||||
* | Remove deprecated python3-enum from the RDEPENDS | Derek Straka | 2018-01-26 | 1 | -1/+1 |
| | | | | | | | | The python3-enum package was removed as part of the migration to the json manifest file. The functionality is now part of core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> | ||||
* | python3-ntplib: add the correct RDEPENDS for the package | Derek Straka | 2017-12-11 | 1 | -0/+2 |
| | | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> | ||||
* | python3-ntplib: add recipe 0.3.3 | Hongxu Jia | 2017-07-24 | 1 | -0/+12 |
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> |