RDEPENDS has dependence recipe with recommended version like: - gunicorn (= 19.1.1)
This syntax only work if we use rpm for package class, we can't use this syntax with ipk package class. Signed-off-by: Fabio Berton <[email protected]> --- .../docker-registry/docker-registry_git.bb | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/recipes-containers/docker-registry/docker-registry_git.bb b/recipes-containers/docker-registry/docker-registry_git.bb index 3d8d74b..17a5ae1 100644 --- a/recipes-containers/docker-registry/docker-registry_git.bb +++ b/recipes-containers/docker-registry/docker-registry_git.bb @@ -24,27 +24,27 @@ PV = "0.9.1+git${SRCREV}" RDEPENDS_${PN} += "\ docker \ - gunicorn (= 19.1.1) \ + gunicorn \ python-pip \ python-distribute \ - python-m2crypto (= 0.22.3) \ - python-pyyaml (= 3.11) \ - python-flask (= 0.10.1) \ - python-gevent (= 1.0.1) \ + python-m2crypto \ + python-pyyaml \ + python-flask \ + python-gevent \ python-requests \ - python-sqlalchemy (>= 0.9.4) \ - python-blinker (= 1.3) \ - python-backports-lzma (= 0.0.3) \ - python-flask-cors (= 1.10.3) \ - python-bugsnag (= 2.0.2) \ - python-docker-registry-core (= 2.0.3) \ - python-newrelic (= 2.22.0.19) \ - python-itsdangerous (>= 0.21) \ - python-jinja2 (>= 2.4) \ - python-werkzeug (>= 0.7) \ - python-simplejson (>= 3.6.2) \ - python-redis (= 2.10.3) \ - python-boto (= 2.34.0) \ + python-sqlalchemy \ + python-blinker \ + python-backports-lzma \ + python-flask-cors \ + python-bugsnag \ + python-docker-registry-core \ + python-newrelic \ + python-itsdangerous \ + python-jinja2 \ + python-werkzeug \ + python-simplejson \ + python-redis \ + python-boto \ python-webob \ " # OFFICIAL REQ: -- 2.1.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
