Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-fastentrypoints: add the missing rdepends | Mingli Yu | 2020-05-19 | 1 | -1/+1 |
| | | | | | | | | | | | Add the missing rdepends to fix below error: # python3 [snip] >>> import fastentrypoints [snip] ModuleNotFoundError: No module named 'pickle' Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | ||||
* | python3-fastentrypoints: add missing setuptools RDEPENDS | Mingli Yu | 2020-05-08 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | Add missing setuptools 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 fastentrypoints Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python3.8/site-packages/fastentrypoints.py", line 39, in <module> from setuptools.command import easy_install ModuleNotFoundError: No module named 'setuptools' Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | ||||
* | python3-fastentrypoints: add recipe | Ming Liu | 2020-02-03 | 1 | -0/+18 |
python3-fastentrypoints is a python module that make entry_points specified in setup.py load more quickly. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> |