Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-atomicwrites: upgrade 1.3.0 -> 1.4.0 | Zang Ruochen | 2020-06-29 | 1 | -11/+0 |
| | | | | | | | | -Enable ptest. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-atomicwrites: add python3-misc to RDEPENDS | Trevor Gamblin | 2020-05-03 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | The atomicwrites module depends on the tempfiles module, but it is not in the RDEPENDs, so add it: 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 atomicwrites Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3.8/site-packages/atomicwrites/__init__.py", line 5, in <module> import tempfile ModuleNotFoundError: No module named 'tempfile' Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-atomicwrites: consolidate inc and bb files into a single bb file | Derek Straka | 2020-02-09 | 1 | -1/+8 |
| | | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python-atomicwrites: new recipe | Yuan Chao | 2019-09-10 | 1 | -0/+2 |
Add new recipe python-atomicwrites as it is RDEPEND of python-pytest. Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |