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 <[email protected]> wrote: > Signed-off-by: Lei Maohui <[email protected]> > --- > .../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 > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization > -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end"
-- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
