summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-twisted
Commit message (Collapse)AuthorAgeFilesLines
* python3-twisted: Consolidate in a single fileLeon Anavi2020-06-131-38/+0
| | | | | | | | Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twisted: fix broken MemoryReactor importTrevor Gamblin2020-01-021-0/+38
Twisted's application/runner/test/test_runner.py was trying to import from a deprecated module and failing. The module import has been corrected and accepted in Twisted upstream, but there's no release with it yet for Yocto to upgrade to, hence the backport. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>