Add the missing rdepends to fix below error:
# python3
[snip]
>>> import dockerpty
[snip]
ModuleNotFoundError: No module named 'ssl'
ModuleNotFoundError: No module named 'fcntl'
ModuleNotFoundError: No module named 'six'
ModuleNotFoundError: No module named 'tty'
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Fix license path and checksum for python3-dockerpty.
Signed-off-by: Abdur Rehman <abdur_rehman@mentor.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This requires some packages as well as the pypi.bbclass from meta-python.
It uses Python 3 as I don't think it makes sense to use Python 2 anymore.
Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>