[meta-virtualization] [PATCH] docker-registry: Remove RDEPENDS explicit version

Bruce Ashfield bruce.ashfield at gmail.com
Wed May 18 20:33:56 PDT 2016


On Wed, May 18, 2016 at 4:55 PM, Fabio Berton <fabio.berton at ossystems.com.br
> wrote:

> 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.
>

I'm about to remove the registry package completely, so I'll sit on this
patch for a bit. There
won't be any dependencies (outside of docker) once it is complete .. and
hence this won't
be required.

Bruce


>
> Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
> ---
>  .../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
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-virtualization/attachments/20160518/425ea4b9/attachment.html>


More information about the meta-virtualization mailing list