diff options
author | Amy Fong <amy.fong@windriver.com> | 2015-08-13 16:47:23 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-08-13 23:40:00 -0400 |
commit | aba08dee6965c4a3f9761d881e2639647205f2e9 (patch) | |
tree | 8f3b2b77574297c340b05a1f59eec1d3ecfec11c | |
parent | 1e5442714a02b63c81fd7566a6d1e60d27193819 (diff) | |
download | meta-virtualization-aba08dee6965c4a3f9761d881e2639647205f2e9.tar.gz |
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.bb | 2 |
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 fe766d24..3d8d74b9 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} += "\ | |||
42 | python-itsdangerous (>= 0.21) \ | 42 | python-itsdangerous (>= 0.21) \ |
43 | python-jinja2 (>= 2.4) \ | 43 | python-jinja2 (>= 2.4) \ |
44 | python-werkzeug (>= 0.7) \ | 44 | python-werkzeug (>= 0.7) \ |
45 | python-simplejson (= 3.6.2) \ | 45 | python-simplejson (>= 3.6.2) \ |
46 | python-redis (= 2.10.3) \ | 46 | python-redis (= 2.10.3) \ |
47 | python-boto (= 2.34.0) \ | 47 | python-boto (= 2.34.0) \ |
48 | python-webob \ | 48 | python-webob \ |