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>
This commit is contained in:
Amy Fong 2015-08-13 16:47:23 -04:00 committed by Bruce Ashfield
parent 1e5442714a
commit aba08dee69

View File

@ -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 \