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

Amy Fong amy.fong at windriver.com
Thu Aug 13 13:51:37 PDT 2015


>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



More information about the meta-virtualization mailing list