merged. Bruce
On Sat, May 19, 2018 at 5:48 PM, Lei Maohui <[email protected]> wrote: > "distutils.errors.DistutilsError: Could not find suitable distribution > for Requirement.parse('pbr>=2.0.0')" > > Signed-off-by: Lei Maohui <[email protected]> > --- > meta-openstack/recipes-devtools/python/python-manilaclient_git.bb | 5 > +++++ > 1 file changed, 5 insertions(+) > > diff --git a/meta-openstack/recipes-devtools/python/python- > manilaclient_git.bb b/meta-openstack/recipes-devtools/python/python- > manilaclient_git.bb > index 5cabf2e..d547717 100644 > --- a/meta-openstack/recipes-devtools/python/python-manilaclient_git.bb > +++ b/meta-openstack/recipes-devtools/python/python-manilaclient_git.bb > @@ -9,6 +9,11 @@ DEPENDS += " \ > python-pbr \ > " > > +# Satisfy setup.py 'setup_requires' > +DEPENDS += " \ > + python-pbr-native \ > + " > + > RDEPENDS_${PN} +=" \ > python-pbr \ > python-iso8601 \ > -- > 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
