merged Bruce
On Thu, Aug 13, 2015 at 4:51 PM, Amy Fong <[email protected]> wrote: > From f0c34c20d253412d8e43e58cb4141c5028101bde Mon Sep 17 00:00:00 2001 > From: Amy Fong <[email protected]> > Date: Thu, 13 Aug 2015 16:47:23 -0400 > Subject: [PATCH] docker-registry dependency update > > With the recent python-simplejson:upgrade 3.6.2->3.7.3, docker-registry > was broken due to unsatisfied dependencies. The docker-registry builds and > passes basic testing with 3.7.3 (verified by [email protected]), > updating the dependency requirement to >= 3.6.2 > > Signed-off-by: Amy Fong <[email protected]> > --- > recipes-containers/docker-registry/docker-registry_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-containers/docker-registry/docker-registry_git.bb > b/recipes-containers/docker-registry/docker-registry_git.bb > index fe766d2..3d8d74b 100644 > --- a/recipes-containers/docker-registry/docker-registry_git.bb > +++ b/recipes-containers/docker-registry/docker-registry_git.bb > @@ -42,7 +42,7 @@ RDEPENDS_${PN} += "\ > python-itsdangerous (>= 0.21) \ > python-jinja2 (>= 2.4) \ > python-werkzeug (>= 0.7) \ > - python-simplejson (= 3.6.2) \ > + python-simplejson (>= 3.6.2) \ > python-redis (= 2.10.3) \ > python-boto (= 2.34.0) \ > python-webob \ > -- > 2.4.6 > > -- > _______________________________________________ > 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
