mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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:
parent
1e5442714a
commit
aba08dee69
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user