All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe-virtualization][meta-cloud-services][PATCH] python-saharaclient: Fix build error as following:
@ 2018-06-01  1:26 Lei Maohui
  2018-06-11 16:09 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Lei Maohui @ 2018-06-01  1:26 UTC (permalink / raw)
  To: meta-virtualization

"distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr>=2.0.0')"

Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
---
 meta-openstack/recipes-devtools/python/python-saharaclient_git.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb b/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb
index 0ec262c..1ce3a85 100644
--- a/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb
@@ -14,6 +14,11 @@ DEPENDS += " \
         python-pbr-native \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+"
+
 RDEPENDS_${PN} += " \
 	python-pbr \
 	"
-- 
1.9.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [oe-virtualization][meta-cloud-services][PATCH] python-saharaclient: Fix build error as following:
  2018-06-01  1:26 [oe-virtualization][meta-cloud-services][PATCH] python-saharaclient: Fix build error as following: Lei Maohui
@ 2018-06-11 16:09 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2018-06-11 16:09 UTC (permalink / raw)
  To: Lei Maohui; +Cc: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 1473 bytes --]

This had a reject when applying the patch, but I resolved it and pushed the
change.

If there's an issue with my resolution, send follow up patches.

Cheers,

Bruce

On Thu, May 31, 2018 at 9:26 PM, Lei Maohui <leimaohui@cn.fujitsu.com>
wrote:

> "distutils.errors.DistutilsError: Could not find suitable distribution
> for Requirement.parse('pbr>=2.0.0')"
>
> Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
> ---
>  meta-openstack/recipes-devtools/python/python-saharaclient_git.bb | 5
> +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-
> saharaclient_git.bb b/meta-openstack/recipes-devtools/python/python-
> saharaclient_git.bb
> index 0ec262c..1ce3a85 100644
> --- a/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb
> +++ b/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb
> @@ -14,6 +14,11 @@ DEPENDS += " \
>          python-pbr-native \
>          "
>
> +# Satisfy setup.py 'setup_requires'
> +DEPENDS += " \
> +        python-pbr-native \
> +"
> +
>  RDEPENDS_${PN} += " \
>         python-pbr \
>         "
> --
> 1.9.1
>
>
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@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"

[-- Attachment #2: Type: text/html, Size: 2840 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-06-11 16:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-01  1:26 [oe-virtualization][meta-cloud-services][PATCH] python-saharaclient: Fix build error as following: Lei Maohui
2018-06-11 16:09 ` 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.