summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2015-08-13 16:47:23 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-08-13 23:40:00 -0400
commitaba08dee6965c4a3f9761d881e2639647205f2e9 (patch)
tree8f3b2b77574297c340b05a1f59eec1d3ecfec11c
parent1e5442714a02b63c81fd7566a6d1e60d27193819 (diff)
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> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-containers/docker-registry/docker-registry_git.bb2
1 files changed, 1 insertions, 1 deletions
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 \