All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docker-registry dependency update
@ 2015-08-13 20:51 Amy Fong
  2015-08-14  3:43 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Amy Fong @ 2015-08-13 20:51 UTC (permalink / raw)
  To: meta-virtualization

From f0c34c20d253412d8e43e58cb4141c5028101bde Mon Sep 17 00:00:00 2001
From: Amy Fong <amy.fong@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@windriver.com),
updating the dependency requirement to >= 3.6.2

Signed-off-by: Amy Fong <amy.fong@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] docker-registry dependency update
  2015-08-13 20:51 [PATCH] docker-registry dependency update Amy Fong
@ 2015-08-14  3:43 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2015-08-14  3:43 UTC (permalink / raw)
  To: Amy Fong; +Cc: meta-virtualization@yoctoproject.org

merged

Bruce

On Thu, Aug 13, 2015 at 4:51 PM, Amy Fong <amy.fong@windriver.com> wrote:
> From f0c34c20d253412d8e43e58cb4141c5028101bde Mon Sep 17 00:00:00 2001
> From: Amy Fong <amy.fong@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@windriver.com),
> updating the dependency requirement to >= 3.6.2
>
> Signed-off-by: Amy Fong <amy.fong@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@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"


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-14  3:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-13 20:51 [PATCH] docker-registry dependency update Amy Fong
2015-08-14  3:43 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.