[meta-virtualization] [oe-virtualization][meta-cloud-services][PATCH 1/2] Added python-pbr-native into DEPENDS to fix build error.
Bruce Ashfield
bruce.ashfield at gmail.com
Tue Jun 5 09:03:16 PDT 2018
All the pbr related patches should be merged now.
Let me know if I've missed any.
Bruce
On Sat, May 26, 2018 at 1:40 PM, Lei Maohui <leimaohui at cn.fujitsu.com>
wrote:
> Signed-off-by: Lei Maohui <leimaohui at cn.fujitsu.com>
> ---
> .../recipes-devtools/python/python-keystonemiddleware_git.bb | 5
> +++++
> meta-openstack/recipes-devtools/python/python-oslo.db_git.bb | 5
> +++++
> meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb | 5
> +++++
> meta-openstack/recipes-devtools/python/python-troveclient_git.bb | 5
> +++++
> 4 files changed, 20 insertions(+)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-
> keystonemiddleware_git.bb b/meta-openstack/recipes-devtools/python/python-
> keystonemiddleware_git.bb
> index 7b7cb91..557a557 100644
> --- a/meta-openstack/recipes-devtools/python/python-
> keystonemiddleware_git.bb
> +++ b/meta-openstack/recipes-devtools/python/python-
> keystonemiddleware_git.bb
> @@ -21,6 +21,11 @@ DEPENDS += " \
> python-pbr \
> "
>
> +# Satisfy setup.py 'setup_requires'
> +DEPENDS += " \
> + python-pbr-native \
> + "
> +
> RDEPENDS_${PN} += " \
> python-keystoneauth1 \
> python-oslo.config \
> diff --git a/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb
> b/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb
> index 53df106..d693570 100644
> --- a/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb
> +++ b/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb
> @@ -19,6 +19,11 @@ DEPENDS += " \
> python-pbr \
> "
>
> +# Satisfy setup.py 'setup_requires'
> +DEPENDS += " \
> + python-pbr-native \
> + "
> +
> RDEPENDS_${PN} += " \
> python-six \
> python-alembic \
> diff --git a/meta-openstack/recipes-devtools/python/python-oslo.
> reports_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.
> reports_git.bb
> index fd32326..2db5aae 100644
> --- a/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
> +++ b/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
> @@ -19,6 +19,11 @@ DEPENDS += " \
> python-pbr \
> "
>
> +# Satisfy setup.py 'setup_requires'
> +DEPENDS += " \
> + python-pbr-native \
> + "
> +
> # RDEPENDS_default:
> RDEPENDS_${PN} += " \
> python-pbr \
> diff --git a/meta-openstack/recipes-devtools/python/python-
> troveclient_git.bb b/meta-openstack/recipes-devtools/python/python-
> troveclient_git.bb
> index 251d9e0..95ec5ae 100644
> --- a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb
> +++ b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb
> @@ -72,6 +72,11 @@ RDEPENDS_${SRCNAME} += " \
> ${SRCNAME}-bin \
> "
>
> +# Satisfy setup.py 'setup_requires'
> +DEPENDS += " \
> + python-pbr-native \
> + "
> +
> RDEPENDS_${SRCNAME}-bin += " \
> ${PN} \
> "
> --
> 1.9.1
>
>
>
> --
> _______________________________________________
> 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/20180605/da0c9bc6/attachment.html>
More information about the meta-virtualization
mailing list