merged. Bruce
In message: [meta-virtualization] [PATCH] python3-dockerpty: add the missing rdepends on 10/06/2020 Yu, Mingli wrote: > From: Mingli Yu <[email protected]> > > 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 <[email protected]> > --- > recipes-devtools/python/python3-dockerpty_0.4.1.bb | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/recipes-devtools/python/python3-dockerpty_0.4.1.bb > b/recipes-devtools/python/python3-dockerpty_0.4.1.bb > index 31a864a..cde2d12 100644 > --- a/recipes-devtools/python/python3-dockerpty_0.4.1.bb > +++ b/recipes-devtools/python/python3-dockerpty_0.4.1.bb > @@ -7,3 +7,10 @@ inherit pypi setuptools3 > > SRC_URI[md5sum] = "028bacb34536f3ee6a2ccd668c27e8e4" > SRC_URI[sha256sum] = > "69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce" > + > +RDEPENDS_${PN} += "\ > + ${PYTHON_PN}-fcntl \ > + ${PYTHON_PN}-io \ > + ${PYTHON_PN}-six \ > + ${PYTHON_PN}-terminal \ > +" > -- > 2.24.1 > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#5415): https://lists.yoctoproject.org/g/meta-virtualization/message/5415 Mute This Topic: https://lists.yoctoproject.org/mt/74791018/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
