merged. Bruce
On Mon, Oct 16, 2017 at 10:10 PM, Ricardo Salveti <[email protected]> wrote: > Add python3-docker-pycreds, python3-requests and > python3-websocket-client to RDEPENDS for a functional python docker > module (otherwise even import docker fails). > > Signed-off-by: Ricardo Salveti <[email protected]> > --- > recipes-devtools/python/python3-docker_2.5.1.bb | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/recipes-devtools/python/python3-docker_2.5.1.bb > b/recipes-devtools/python/python3-docker_2.5.1.bb > index ff8f89e..341d95c 100644 > --- a/recipes-devtools/python/python3-docker_2.5.1.bb > +++ b/recipes-devtools/python/python3-docker_2.5.1.bb > @@ -9,3 +9,9 @@ SRC_URI[md5sum] = "7d917152976df075e6e90ee853df641f" > SRC_URI[sha256sum] = > "b876e6909d8d2360e0540364c3a952a62847137f4674f2439320ede16d6db880" > > DEPENDS += "${PYTHON_PN}-pip-native" > + > +RDEPENDS_${PN} += " \ > + python3-docker-pycreds \ > + python3-requests \ > + python3-websocket-client \ > +" > -- > 2.7.4 > > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
