[meta-virtualization] [PATCH] docker-registry dependency update

Bruce Ashfield bruce.ashfield at gmail.com
Thu Aug 13 20:43:07 PDT 2015


merged

Bruce

On Thu, Aug 13, 2015 at 4:51 PM, Amy Fong <amy.fong at windriver.com> wrote:
> From f0c34c20d253412d8e43e58cb4141c5028101bde Mon Sep 17 00:00:00 2001
> From: Amy Fong <amy.fong at windriver.com>
> 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 jason.wessel at windriver.com),
> updating the dependency requirement to >= 3.6.2
>
> Signed-off-by: Amy Fong <amy.fong at windriver.com>
> ---
>  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
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


More information about the meta-virtualization mailing list