* [meta-openstack][PATCH] python-requests: remove PREFERRED_VERSION limit
@ 2018-05-18 6:06 mingli.yu
2018-05-22 2:12 ` Bruce Ashfield
0 siblings, 1 reply; 2+ messages in thread
From: mingli.yu @ 2018-05-18 6:06 UTC (permalink / raw)
To: mark.asselstine, bruce.ashfield, yocto
From: Mingli Yu <Mingli.Yu@windriver.com>
* Previously, add PREFERRED_VERSION for python-requests
as we want to use version >=2.10.0 and the full commit
message as below:
commit 185eccef8964632f5b255265a0a8e59fe5858397
Author: Mark Asselstine <mark.asselstine@windriver.com>
Date: Fri Jan 20 16:59:31 2017 -0500
python-requests: use version from meta-openembedded
We want to use a version >=2.10.0 as required by python-keystoneauth1
so set a PREF so we don't get the older version found in
meta-virtualization and used by docker.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* Now meta-oe upreved python-requests to 2.18.4, remove
PREFERRED_VERSION limit to avoid bitbake messages like:
"NOTE: preferred version 2.13.0 of python-requests not available"
Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
---
meta-openstack/conf/layer.conf | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf
index 55df509..c376d58 100644
--- a/meta-openstack/conf/layer.conf
+++ b/meta-openstack/conf/layer.conf
@@ -31,7 +31,6 @@ PREFERRED_VERSION_python-futures = "3.0.3%"
PREFERRED_VERSION_python-django = "1.8.6"
PREFERRED_VERSION_python-netaddr = "0.7.19"
PREFERRED_VERSION_python-sqlalchemy = "1.0.16"
-PREFERRED_VERSION_python-requests = "2.13.0"
PREFERRED_VERSION_python-eventlet = "0.20.0"
PREFERRED_VERSION_python-warlock = "1.2.0"
PREFERRED_VERSION_python-jsonschema = "2.6.0"
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [meta-openstack][PATCH] python-requests: remove PREFERRED_VERSION limit
2018-05-18 6:06 [meta-openstack][PATCH] python-requests: remove PREFERRED_VERSION limit mingli.yu
@ 2018-05-22 2:12 ` Bruce Ashfield
0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2018-05-22 2:12 UTC (permalink / raw)
To: mingli.yu, mark.asselstine, yocto
merged.
Bruce
On 2018-05-18 2:06 AM, mingli.yu@windriver.com wrote:
> From: Mingli Yu <Mingli.Yu@windriver.com>
>
> * Previously, add PREFERRED_VERSION for python-requests
> as we want to use version >=2.10.0 and the full commit
> message as below:
>
> commit 185eccef8964632f5b255265a0a8e59fe5858397
> Author: Mark Asselstine <mark.asselstine@windriver.com>
> Date: Fri Jan 20 16:59:31 2017 -0500
>
> python-requests: use version from meta-openembedded
>
> We want to use a version >=2.10.0 as required by python-keystoneauth1
> so set a PREF so we don't get the older version found in
> meta-virtualization and used by docker.
>
> Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
>
> * Now meta-oe upreved python-requests to 2.18.4, remove
> PREFERRED_VERSION limit to avoid bitbake messages like:
>
> "NOTE: preferred version 2.13.0 of python-requests not available"
>
> Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
> ---
> meta-openstack/conf/layer.conf | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf
> index 55df509..c376d58 100644
> --- a/meta-openstack/conf/layer.conf
> +++ b/meta-openstack/conf/layer.conf
> @@ -31,7 +31,6 @@ PREFERRED_VERSION_python-futures = "3.0.3%"
> PREFERRED_VERSION_python-django = "1.8.6"
> PREFERRED_VERSION_python-netaddr = "0.7.19"
> PREFERRED_VERSION_python-sqlalchemy = "1.0.16"
> -PREFERRED_VERSION_python-requests = "2.13.0"
> PREFERRED_VERSION_python-eventlet = "0.20.0"
> PREFERRED_VERSION_python-warlock = "1.2.0"
> PREFERRED_VERSION_python-jsonschema = "2.6.0"
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-22 2:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-18 6:06 [meta-openstack][PATCH] python-requests: remove PREFERRED_VERSION limit mingli.yu
2018-05-22 2:12 ` Bruce Ashfield
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.