All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires
@ 2020-06-02 18:53 Babak Sarashki
  2020-06-02 18:53 ` [meta-virtualization][m-c-s][PATCH 01/34] python-automaton: " Babak Sarashki
                   ` (34 more replies)
  0 siblings, 35 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:53 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

I need these patches on warrior. Let me know to redo against warrior if not relevant in master any longer.

*** BLURB HERE ***

Babak Sarashki (34):
  python-automaton: satisfy setup.py setup_requires
  python-barbican: satisfy setup.py setup_requires
  pythin-castellan: satisfy setup.py setup_requires
  python-ceilometer: satisfy setup.py setup_requires
  python-cinder: satisfy setup.py setup_requires
  python-cursive: satisfy setup.py setup_requires
  python-glance-store: satisfy setup.py setup_requires
  python-glance: satisfy setup.py setup_requires
  python-glacnestore: satisfy setup.py setup_requires
  python-heat-cfntools: satisfy setup.py setup_requires
  python-horizon: satisfy setup.py setup_requires
  python-jsonpath-rw-ext: satisfy setup.py setup_requires
  python-microversion-parse: satisfy setup.py setup_requires
  python-neutron-lib: satisfy setup.py setup_requires
  python-neutron: satisfy setup.py setup_requires
  python-nova: satisfy setup.py setup_requires
  python-openstackclient: satisfy setup.py setup_requires
  python-openstacksdk: satisfy setup.py setup_requires
  python-os-brick: satisfy setup.py setup_requires
  python-os-traits: satisfy setup.py setup_requires
  python-os-vif: satisfy setup.py setup_requires
  python-os-win: satisfy setup.py setup_requires
  python-os-xenapi: satisfy setup.py setup_requires
  python-oslo.privsep: satisfy setup.py setup_requires
  python-oslo.rootwrap: satisfy setup.py setup_requires
  python-oslo.vmware: satisfy setup.py setup_requires
  python-oslotest: satisfy setup.py setup_requires
  python-pypowervm: satisfy setup.py setup_requires
  python-rally: satisfy setup.py setup_requires
  python-ryu: satisfy setup.py setup_requires
  python-swift: satisfy setup.py setup_requires
  python-taskflow: satisfy setup.py setup_requires
  python-tooz: satisfy setup.py setup_requires
  python-trove: satisfy setup.py setup_requires

 .../recipes-devtools/python/python-automaton_0.8.0.bb      | 5 +++++
 .../recipes-devtools/python/python-barbican_git.bb         | 5 +++++
 .../recipes-devtools/python/python-castellan_git.bb        | 5 +++++
 .../recipes-devtools/python/python-ceilometer_git.bb       | 5 +++++
 .../recipes-devtools/python/python-cinder_git.bb           | 5 +++++
 .../recipes-devtools/python/python-cursive_git.bb          | 5 +++++
 .../recipes-devtools/python/python-glance-store_git.bb     | 5 +++++
 .../recipes-devtools/python/python-glance_git.bb           | 5 +++++
 .../recipes-devtools/python/python-glancestore_git.bb      | 5 +++++
 .../recipes-devtools/python/python-heat-cfntools_1.2.8.bb  | 5 +++++
 .../recipes-devtools/python/python-horizon_git.bb          | 5 +++++
 .../recipes-devtools/python/python-jsonpath-rw-ext_git.bb  | 5 +++++
 .../python/python-microversion-parse_git.bb                | 7 ++++++-
 .../recipes-devtools/python/python-neutron-lib_git.bb      | 5 +++++
 .../recipes-devtools/python/python-neutron_git.bb          | 5 +++++
 meta-openstack/recipes-devtools/python/python-nova_git.bb  | 5 +++++
 .../recipes-devtools/python/python-openstackclient_git.bb  | 5 +++++
 .../recipes-devtools/python/python-openstacksdk_git.bb     | 5 +++++
 .../recipes-devtools/python/python-os-brick_git.bb         | 5 +++++
 .../recipes-devtools/python/python-os-traits_git.bb        | 5 +++++
 .../recipes-devtools/python/python-os-vif_git.bb           | 7 ++++++-
 .../recipes-devtools/python/python-os-win_git.bb           | 5 +++++
 .../recipes-devtools/python/python-os-xenapi_git.bb        | 5 +++++
 .../recipes-devtools/python/python-oslo.privsep_git.bb     | 5 +++++
 .../recipes-devtools/python/python-oslo.rootwrap_git.bb    | 5 +++++
 .../recipes-devtools/python/python-oslo.vmware_git.bb      | 5 +++++
 .../recipes-devtools/python/python-oslotest_git.bb         | 7 ++++++-
 .../recipes-devtools/python/python-pypowervm_1.1.10.bb     | 5 +++++
 meta-openstack/recipes-devtools/python/python-rally_git.bb | 5 +++++
 meta-openstack/recipes-devtools/python/python-ryu_git.bb   | 5 +++++
 meta-openstack/recipes-devtools/python/python-swift_git.bb | 5 +++++
 .../recipes-devtools/python/python-taskflow_git.bb         | 7 ++++++-
 .../recipes-devtools/python/python-tooz_1.48.0.bb          | 5 +++++
 meta-openstack/recipes-devtools/python/python-trove_git.bb | 5 +++++
 34 files changed, 174 insertions(+), 4 deletions(-)

-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 01/34] python-automaton: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
@ 2020-06-02 18:53 ` Babak Sarashki
  2020-06-02 18:53 ` [meta-virtualization][m-c-s][PATCH 02/34] python-barbican: " Babak Sarashki
                   ` (33 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:53 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 .../recipes-devtools/python/python-automaton_0.8.0.bb        | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb b/meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb
index 3cfd3fd..41ec297 100644
--- a/meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb
@@ -13,6 +13,11 @@ DEPENDS += " \
         python-pip \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+        "
+
 RDEPENDS_${PN} += " \
         python-pbr \
         python-six \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 02/34] python-barbican: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
  2020-06-02 18:53 ` [meta-virtualization][m-c-s][PATCH 01/34] python-automaton: " Babak Sarashki
@ 2020-06-02 18:53 ` Babak Sarashki
  2020-06-02 18:53 ` [meta-virtualization][m-c-s][PATCH 03/34] pythin-castellan: " Babak Sarashki
                   ` (32 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:53 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 .../recipes-devtools/python/python-barbican_git.bb           | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-barbican_git.bb b/meta-openstack/recipes-devtools/python/python-barbican_git.bb
index 71cf4c3..8908e20 100644
--- a/meta-openstack/recipes-devtools/python/python-barbican_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-barbican_git.bb
@@ -96,6 +96,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+        "
+
 RDEPENDS_${SRCNAME} = "${PN} \
                        ${SRCNAME}-setup \
                        uwsgi \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 03/34] pythin-castellan: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
  2020-06-02 18:53 ` [meta-virtualization][m-c-s][PATCH 01/34] python-automaton: " Babak Sarashki
  2020-06-02 18:53 ` [meta-virtualization][m-c-s][PATCH 02/34] python-barbican: " Babak Sarashki
@ 2020-06-02 18:53 ` Babak Sarashki
  2020-06-02 18:53 ` [meta-virtualization][m-c-s][PATCH 04/34] python-ceilometer: " Babak Sarashki
                   ` (31 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:53 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 .../recipes-devtools/python/python-castellan_git.bb          | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-castellan_git.bb b/meta-openstack/recipes-devtools/python/python-castellan_git.bb
index a0017af..9cc56d7 100644
--- a/meta-openstack/recipes-devtools/python/python-castellan_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-castellan_git.bb
@@ -21,6 +21,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+        "
+
 RDEPENDS_${PN} += " \
         python-pbr \
         python-babel \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 04/34] python-ceilometer: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (2 preceding siblings ...)
  2020-06-02 18:53 ` [meta-virtualization][m-c-s][PATCH 03/34] pythin-castellan: " Babak Sarashki
@ 2020-06-02 18:53 ` Babak Sarashki
  2020-06-02 18:53 ` [meta-virtualization][m-c-s][PATCH 05/34] python-cinder: " Babak Sarashki
                   ` (30 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:53 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 .../recipes-devtools/python/python-ceilometer_git.bb         | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
index 90cfe1e..1f18d7b 100644
--- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
@@ -178,6 +178,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+        "
+
 RDEPENDS_${PN} += " \
 	python-ply \
 	python-jsonpath-rw \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 05/34] python-cinder: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (3 preceding siblings ...)
  2020-06-02 18:53 ` [meta-virtualization][m-c-s][PATCH 04/34] python-ceilometer: " Babak Sarashki
@ 2020-06-02 18:53 ` Babak Sarashki
  2020-06-02 18:53 ` [meta-virtualization][m-c-s][PATCH 06/34] python-cursive: " Babak Sarashki
                   ` (29 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:53 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 meta-openstack/recipes-devtools/python/python-cinder_git.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-cinder_git.bb b/meta-openstack/recipes-devtools/python/python-cinder_git.bb
index 29d3594..8afe84d 100644
--- a/meta-openstack/recipes-devtools/python/python-cinder_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-cinder_git.bb
@@ -199,6 +199,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+        "
+
 RDEPENDS_${PN} += " \
         lvm2 \
         python-pbr \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 06/34] python-cursive: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (4 preceding siblings ...)
  2020-06-02 18:53 ` [meta-virtualization][m-c-s][PATCH 05/34] python-cinder: " Babak Sarashki
@ 2020-06-02 18:53 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 07/34] python-glance-store: " Babak Sarashki
                   ` (28 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:53 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 meta-openstack/recipes-devtools/python/python-cursive_git.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-cursive_git.bb b/meta-openstack/recipes-devtools/python/python-cursive_git.bb
index 83be034..ce82998 100644
--- a/meta-openstack/recipes-devtools/python/python-cursive_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-cursive_git.bb
@@ -18,6 +18,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+        "
+
 RDEPENDS_${PN} += " \
         python-pbr \
         python-lxml \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 07/34] python-glance-store: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (5 preceding siblings ...)
  2020-06-02 18:53 ` [meta-virtualization][m-c-s][PATCH 06/34] python-cursive: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 08/34] python-glance: " Babak Sarashki
                   ` (27 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 .../recipes-devtools/python/python-glance-store_git.bb       | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-glance-store_git.bb b/meta-openstack/recipes-devtools/python/python-glance-store_git.bb
index 037e4a0..1a8c3aa 100644
--- a/meta-openstack/recipes-devtools/python/python-glance-store_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glance-store_git.bb
@@ -19,6 +19,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+        "
+
 RDEPENDS_${PN} += " \
         bash \
         python-oslo.config \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 08/34] python-glance: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (6 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 07/34] python-glance-store: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 09/34] python-glacnestore: " Babak Sarashki
                   ` (26 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 meta-openstack/recipes-devtools/python/python-glance_git.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb
index 0417ce5..f692963 100644
--- a/meta-openstack/recipes-devtools/python/python-glance_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb
@@ -169,6 +169,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+        "
+
 RDEPENDS_${PN} += " \
         coreutils \
         python-pbr \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 09/34] python-glacnestore: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (7 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 08/34] python-glance: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 10/34] python-heat-cfntools: " Babak Sarashki
                   ` (25 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 .../recipes-devtools/python/python-glancestore_git.bb        | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb
index b52fbdf..3756dda 100644
--- a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb
@@ -21,6 +21,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+        "
+
 RDEPENDS_${PN} = " \
    python-enum34 \
    python-eventlet \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 10/34] python-heat-cfntools: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (8 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 09/34] python-glacnestore: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 11/34] python-horizon: " Babak Sarashki
                   ` (24 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 .../recipes-devtools/python/python-heat-cfntools_1.2.8.bb    | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb b/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb
index bb8f547..1160594 100644
--- a/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb
+++ b/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb
@@ -13,6 +13,11 @@ DEPENDS += "\
     python-pbr \
     "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+        "
+
 RDPENDS_${PN} += "\
     python-pbr \
     "
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 11/34] python-horizon: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (9 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 10/34] python-heat-cfntools: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 12/34] python-jsonpath-rw-ext: " Babak Sarashki
                   ` (23 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 meta-openstack/recipes-devtools/python/python-horizon_git.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
index 875104a..26afe40 100644
--- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
@@ -9,6 +9,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+        "
+
 RDEPENDS_${PN} += " \
         python-pbr \
         python-babel \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 12/34] python-jsonpath-rw-ext: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (10 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 11/34] python-horizon: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 13/34] python-microversion-parse: " Babak Sarashki
                   ` (22 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 .../recipes-devtools/python/python-jsonpath-rw-ext_git.bb    | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb b/meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb
index cd84547..c6416f9 100644
--- a/meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb
@@ -19,6 +19,11 @@ DEPENDS += " \
 	python-pbr \
 	"
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+        "
+
 RDEPENDS_${PN} += " \
         python-pbr \
         python-babel \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 13/34] python-microversion-parse: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (11 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 12/34] python-jsonpath-rw-ext: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 14/34] python-neutron-lib: " Babak Sarashki
                   ` (21 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 .../python/python-microversion-parse_git.bb                | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/meta-openstack/recipes-devtools/python/python-microversion-parse_git.bb b/meta-openstack/recipes-devtools/python/python-microversion-parse_git.bb
index 464649e..c207523 100644
--- a/meta-openstack/recipes-devtools/python/python-microversion-parse_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-microversion-parse_git.bb
@@ -17,6 +17,11 @@ inherit setuptools3
 DEPENDS += " \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+	"
+
 RDEPENDS_${PN} += " \
         "
-	
\ No newline at end of file
+	
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 14/34] python-neutron-lib: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (12 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 13/34] python-microversion-parse: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 15/34] python-neutron: " Babak Sarashki
                   ` (20 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 .../recipes-devtools/python/python-neutron-lib_git.bb        | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb b/meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb
index 7a3223f..d97cdc0 100644
--- a/meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb
@@ -18,6 +18,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+	"
+
 RDEPENDS_${PN} += " \
         python-pbr \
         python-sqlalchemy \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 15/34] python-neutron: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (13 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 14/34] python-neutron-lib: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 16/34] python-nova: " Babak Sarashki
                   ` (19 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 meta-openstack/recipes-devtools/python/python-neutron_git.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
index 0837456..315cb45 100644
--- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
@@ -333,6 +333,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+	"
+
 RDEPENDS_${PN} += " \
         python-pbr \
         python-paste \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 16/34] python-nova: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (14 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 15/34] python-neutron: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 17/34] python-openstackclient: " Babak Sarashki
                   ` (18 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 meta-openstack/recipes-devtools/python/python-nova_git.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb
index 008a124..8c643bd 100644
--- a/meta-openstack/recipes-devtools/python/python-nova_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb
@@ -265,6 +265,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+	"
+
 RDEPENDS_${PN} += " \
 		   libvirt \
 		   python-pbr \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 17/34] python-openstackclient: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (15 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 16/34] python-nova: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 18/34] python-openstacksdk: " Babak Sarashki
                   ` (17 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 .../recipes-devtools/python/python-openstackclient_git.bb    | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-openstackclient_git.bb b/meta-openstack/recipes-devtools/python/python-openstackclient_git.bb
index 57f1175..4ad6593 100644
--- a/meta-openstack/recipes-devtools/python/python-openstackclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-openstackclient_git.bb
@@ -18,6 +18,11 @@ DEPENDS += "\
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+	"
+
 RDEPENDS_${PN} += " \
         python-pbr \
         python-six \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 18/34] python-openstacksdk: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (16 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 17/34] python-openstackclient: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 19/34] python-os-brick: " Babak Sarashki
                   ` (16 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 .../recipes-devtools/python/python-openstacksdk_git.bb       | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-openstacksdk_git.bb b/meta-openstack/recipes-devtools/python/python-openstacksdk_git.bb
index 9f370bf..3e52d0e 100644
--- a/meta-openstack/recipes-devtools/python/python-openstacksdk_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-openstacksdk_git.bb
@@ -18,6 +18,11 @@ DEPENDS += "\
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+	"
+
 RDEPENDS_${PN} += " \
         python-pbr \
         python-jsonpatch \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 19/34] python-os-brick: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (17 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 18/34] python-openstacksdk: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 20/34] python-os-traits: " Babak Sarashki
                   ` (15 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 .../recipes-devtools/python/python-os-brick_git.bb           | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-os-brick_git.bb b/meta-openstack/recipes-devtools/python/python-os-brick_git.bb
index 95b7ccc..5dd08dc 100644
--- a/meta-openstack/recipes-devtools/python/python-os-brick_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-os-brick_git.bb
@@ -20,6 +20,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+        "
+
 RDEPENDS_${PN} += " \
         python-pbr \
         python-babel \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 20/34] python-os-traits: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (18 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 19/34] python-os-brick: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 21/34] python-os-vif: " Babak Sarashki
                   ` (14 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 .../recipes-devtools/python/python-os-traits_git.bb          | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-os-traits_git.bb b/meta-openstack/recipes-devtools/python/python-os-traits_git.bb
index 570fec4..70b7b69 100644
--- a/meta-openstack/recipes-devtools/python/python-os-traits_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-os-traits_git.bb
@@ -18,6 +18,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+	"
+
 RDEPENDS_${PN} += " \
         python-pbr \
         python-six \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 21/34] python-os-vif: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (19 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 20/34] python-os-traits: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 22/34] python-os-win: " Babak Sarashki
                   ` (13 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 .../recipes-devtools/python/python-os-vif_git.bb           | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/meta-openstack/recipes-devtools/python/python-os-vif_git.bb b/meta-openstack/recipes-devtools/python/python-os-vif_git.bb
index fd36912..6ad2020 100644
--- a/meta-openstack/recipes-devtools/python/python-os-vif_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-os-vif_git.bb
@@ -18,6 +18,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+	"
+
 RDEPENDS_${PN} += " \
         python-pbr \
         python-netaddr \
@@ -30,4 +35,4 @@ RDEPENDS_${PN} += " \
         python-six \
         python-stevedore \
         "
-	
\ No newline at end of file
+	
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 22/34] python-os-win: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (20 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 21/34] python-os-vif: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 23/34] python-os-xenapi: " Babak Sarashki
                   ` (12 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 meta-openstack/recipes-devtools/python/python-os-win_git.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-os-win_git.bb b/meta-openstack/recipes-devtools/python/python-os-win_git.bb
index 67b63a4..c17fefb 100644
--- a/meta-openstack/recipes-devtools/python/python-os-win_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-os-win_git.bb
@@ -18,6 +18,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+        "
+
 RDEPENDS_${PN} += " \
         python-pbr \
         python-babel \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 23/34] python-os-xenapi: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (21 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 22/34] python-os-win: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 24/34] python-oslo.privsep: " Babak Sarashki
                   ` (11 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 .../recipes-devtools/python/python-os-xenapi_git.bb          | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb b/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb
index 66850d0..b6ef425 100644
--- a/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb
@@ -19,6 +19,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+	"
+	
 RDEPENDS_${PN} += " \
         python-pbr \
         python-babel \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 24/34] python-oslo.privsep: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (22 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 23/34] python-os-xenapi: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 25/34] python-oslo.rootwrap: " Babak Sarashki
                   ` (10 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 .../recipes-devtools/python/python-oslo.privsep_git.bb       | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb
index df0210a..463f95e 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb
@@ -17,6 +17,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+        "
+
 # RDEPENDS_default:
 RDEPENDS_${PN} += " \
         python-oslo.log \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 25/34] python-oslo.rootwrap: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (23 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 24/34] python-oslo.privsep: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 26/34] python-oslo.vmware: " Babak Sarashki
                   ` (9 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 .../recipes-devtools/python/python-oslo.rootwrap_git.bb      | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb
index 70a5658..a7d2a22 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb
@@ -21,6 +21,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+        "
+
 # RDEPENDS_default: 
 RDEPENDS_${PN} += " \
         python-pbr \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 26/34] python-oslo.vmware: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (24 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 25/34] python-oslo.rootwrap: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 27/34] python-oslotest: " Babak Sarashki
                   ` (8 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 .../recipes-devtools/python/python-oslo.vmware_git.bb        | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb
index cd22954..07345e7 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb
@@ -19,6 +19,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+        "
+
 RDEPENDS_${PN} += " \
         python-pbr \
         python-stevedore \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 27/34] python-oslotest: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (25 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 26/34] python-oslo.vmware: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 28/34] python-pypowervm: " Babak Sarashki
                   ` (7 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 .../recipes-devtools/python/python-oslotest_git.bb         | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb b/meta-openstack/recipes-devtools/python/python-oslotest_git.bb
index f60b372..7505100 100644
--- a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslotest_git.bb
@@ -20,6 +20,11 @@ DEPENDS += "\
     python-pbr \
     "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+	"
+
 RDEPENDS_${PN} = "python-fixtures \
                   python-subunit \
                   python-six \
@@ -31,4 +36,4 @@ RDEPENDS_${PN} = "python-fixtures \
                   python-debtcollector \
                   bash \
 "
-	
\ No newline at end of file
+	
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 28/34] python-pypowervm: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (26 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 27/34] python-oslotest: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 29/34] python-rally: " Babak Sarashki
                   ` (6 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 .../recipes-devtools/python/python-pypowervm_1.1.10.bb       | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb b/meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb
index 85cf55a..062d351 100644
--- a/meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb
+++ b/meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb
@@ -9,6 +9,11 @@ SRC_URI[sha256sum] = "ab27d4efb59105555b6c9b1fe7792fd895ad9ca893058c39bba4106d6a
 
 inherit setuptools3 pypi
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+	"
+
 RDEPENDS_${PN} += " \
         python-lxml \
         python-oslo.concurrency \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 29/34] python-rally: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (27 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 28/34] python-pypowervm: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 30/34] python-ryu: " Babak Sarashki
                   ` (5 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 meta-openstack/recipes-devtools/python/python-rally_git.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-rally_git.bb b/meta-openstack/recipes-devtools/python/python-rally_git.bb
index 82a91ba..ef86418 100644
--- a/meta-openstack/recipes-devtools/python/python-rally_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-rally_git.bb
@@ -100,6 +100,11 @@ DEPENDS += " \
     python-pbr \
     "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+	"
+
 RDEPENDS_${PN} += " python-babel \
     python-decorator \
     python-fixtures \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 30/34] python-ryu: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (28 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 29/34] python-rally: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 31/34] python-swift: " Babak Sarashki
                   ` (4 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 meta-openstack/recipes-devtools/python/python-ryu_git.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-ryu_git.bb b/meta-openstack/recipes-devtools/python/python-ryu_git.bb
index 5e78144..be10558 100644
--- a/meta-openstack/recipes-devtools/python/python-ryu_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-ryu_git.bb
@@ -21,6 +21,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+	"
+
 RDEPENDS_${PN} += " \
         python-eventlet \
         python-msgpack \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 31/34] python-swift: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (29 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 30/34] python-ryu: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 32/34] python-taskflow: " Babak Sarashki
                   ` (3 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 meta-openstack/recipes-devtools/python/python-swift_git.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-swift_git.bb b/meta-openstack/recipes-devtools/python/python-swift_git.bb
index 87f7f04..a5998eb 100644
--- a/meta-openstack/recipes-devtools/python/python-swift_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-swift_git.bb
@@ -153,6 +153,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+	"
+
 RDEPENDS_${PN} += " \
     python-eventlet \
     python-greenlet \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 32/34] python-taskflow: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (30 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 31/34] python-swift: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 33/34] python-tooz: " Babak Sarashki
                   ` (2 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 .../recipes-devtools/python/python-taskflow_git.bb         | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/meta-openstack/recipes-devtools/python/python-taskflow_git.bb b/meta-openstack/recipes-devtools/python/python-taskflow_git.bb
index 76371a8..a2fe43b 100644
--- a/meta-openstack/recipes-devtools/python/python-taskflow_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-taskflow_git.bb
@@ -19,6 +19,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+        "
+
 RDEPENDS_${PN} += " \
         python-pbr \
         python-six \
@@ -37,4 +42,4 @@ RDEPENDS_${PN} += " \
         python-cachetools \
         python-debtcollector \
         "
-	
\ No newline at end of file
+	
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 33/34] python-tooz: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (31 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 32/34] python-taskflow: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 34/34] python-trove: " Babak Sarashki
  2020-06-05 19:31 ` [meta-virtualization][m-c-s][PATCH 00/34] " Bruce Ashfield
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb b/meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb
index 1443b1b..14f69d1 100644
--- a/meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb
@@ -16,6 +16,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+        "
+
 # RDEPENDS_default:
 RDEPENDS_${PN} += " \
         python-pbr \
-- 
2.23.0


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

* [meta-virtualization][m-c-s][PATCH 34/34] python-trove: satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (32 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 33/34] python-tooz: " Babak Sarashki
@ 2020-06-02 18:54 ` Babak Sarashki
  2020-06-05 19:31 ` [meta-virtualization][m-c-s][PATCH 00/34] " Bruce Ashfield
  34 siblings, 0 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
---
 meta-openstack/recipes-devtools/python/python-trove_git.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-trove_git.bb b/meta-openstack/recipes-devtools/python/python-trove_git.bb
index f1b6aac..f5a75a0 100755
--- a/meta-openstack/recipes-devtools/python/python-trove_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-trove_git.bb
@@ -238,6 +238,11 @@ DEPENDS += " \
     python-pip \
     "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+	"
+
 RDEPENDS_${PN} += " \
     python-babel \
     python-cinderclient \
-- 
2.23.0


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

* Re: [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires
  2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
                   ` (33 preceding siblings ...)
  2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 34/34] python-trove: " Babak Sarashki
@ 2020-06-05 19:31 ` Bruce Ashfield
  34 siblings, 0 replies; 36+ messages in thread
From: Bruce Ashfield @ 2020-06-05 19:31 UTC (permalink / raw)
  To: Babak Sarashki; +Cc: meta-virtualization, zbsarashki

In message: [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires
on 02/06/2020 Babak Sarashki wrote:

> I need these patches on warrior. Let me know to redo against warrior if not relevant in master any longer.

I've merged them to master.

There was one conflict in warrior that I resolved. Have a look and submit
fixups if required.

Bruce

> 
> *** BLURB HERE ***
> 
> Babak Sarashki (34):
>   python-automaton: satisfy setup.py setup_requires
>   python-barbican: satisfy setup.py setup_requires
>   pythin-castellan: satisfy setup.py setup_requires
>   python-ceilometer: satisfy setup.py setup_requires
>   python-cinder: satisfy setup.py setup_requires
>   python-cursive: satisfy setup.py setup_requires
>   python-glance-store: satisfy setup.py setup_requires
>   python-glance: satisfy setup.py setup_requires
>   python-glacnestore: satisfy setup.py setup_requires
>   python-heat-cfntools: satisfy setup.py setup_requires
>   python-horizon: satisfy setup.py setup_requires
>   python-jsonpath-rw-ext: satisfy setup.py setup_requires
>   python-microversion-parse: satisfy setup.py setup_requires
>   python-neutron-lib: satisfy setup.py setup_requires
>   python-neutron: satisfy setup.py setup_requires
>   python-nova: satisfy setup.py setup_requires
>   python-openstackclient: satisfy setup.py setup_requires
>   python-openstacksdk: satisfy setup.py setup_requires
>   python-os-brick: satisfy setup.py setup_requires
>   python-os-traits: satisfy setup.py setup_requires
>   python-os-vif: satisfy setup.py setup_requires
>   python-os-win: satisfy setup.py setup_requires
>   python-os-xenapi: satisfy setup.py setup_requires
>   python-oslo.privsep: satisfy setup.py setup_requires
>   python-oslo.rootwrap: satisfy setup.py setup_requires
>   python-oslo.vmware: satisfy setup.py setup_requires
>   python-oslotest: satisfy setup.py setup_requires
>   python-pypowervm: satisfy setup.py setup_requires
>   python-rally: satisfy setup.py setup_requires
>   python-ryu: satisfy setup.py setup_requires
>   python-swift: satisfy setup.py setup_requires
>   python-taskflow: satisfy setup.py setup_requires
>   python-tooz: satisfy setup.py setup_requires
>   python-trove: satisfy setup.py setup_requires
> 
>  .../recipes-devtools/python/python-automaton_0.8.0.bb      | 5 +++++
>  .../recipes-devtools/python/python-barbican_git.bb         | 5 +++++
>  .../recipes-devtools/python/python-castellan_git.bb        | 5 +++++
>  .../recipes-devtools/python/python-ceilometer_git.bb       | 5 +++++
>  .../recipes-devtools/python/python-cinder_git.bb           | 5 +++++
>  .../recipes-devtools/python/python-cursive_git.bb          | 5 +++++
>  .../recipes-devtools/python/python-glance-store_git.bb     | 5 +++++
>  .../recipes-devtools/python/python-glance_git.bb           | 5 +++++
>  .../recipes-devtools/python/python-glancestore_git.bb      | 5 +++++
>  .../recipes-devtools/python/python-heat-cfntools_1.2.8.bb  | 5 +++++
>  .../recipes-devtools/python/python-horizon_git.bb          | 5 +++++
>  .../recipes-devtools/python/python-jsonpath-rw-ext_git.bb  | 5 +++++
>  .../python/python-microversion-parse_git.bb                | 7 ++++++-
>  .../recipes-devtools/python/python-neutron-lib_git.bb      | 5 +++++
>  .../recipes-devtools/python/python-neutron_git.bb          | 5 +++++
>  meta-openstack/recipes-devtools/python/python-nova_git.bb  | 5 +++++
>  .../recipes-devtools/python/python-openstackclient_git.bb  | 5 +++++
>  .../recipes-devtools/python/python-openstacksdk_git.bb     | 5 +++++
>  .../recipes-devtools/python/python-os-brick_git.bb         | 5 +++++
>  .../recipes-devtools/python/python-os-traits_git.bb        | 5 +++++
>  .../recipes-devtools/python/python-os-vif_git.bb           | 7 ++++++-
>  .../recipes-devtools/python/python-os-win_git.bb           | 5 +++++
>  .../recipes-devtools/python/python-os-xenapi_git.bb        | 5 +++++
>  .../recipes-devtools/python/python-oslo.privsep_git.bb     | 5 +++++
>  .../recipes-devtools/python/python-oslo.rootwrap_git.bb    | 5 +++++
>  .../recipes-devtools/python/python-oslo.vmware_git.bb      | 5 +++++
>  .../recipes-devtools/python/python-oslotest_git.bb         | 7 ++++++-
>  .../recipes-devtools/python/python-pypowervm_1.1.10.bb     | 5 +++++
>  meta-openstack/recipes-devtools/python/python-rally_git.bb | 5 +++++
>  meta-openstack/recipes-devtools/python/python-ryu_git.bb   | 5 +++++
>  meta-openstack/recipes-devtools/python/python-swift_git.bb | 5 +++++
>  .../recipes-devtools/python/python-taskflow_git.bb         | 7 ++++++-
>  .../recipes-devtools/python/python-tooz_1.48.0.bb          | 5 +++++
>  meta-openstack/recipes-devtools/python/python-trove_git.bb | 5 +++++
>  34 files changed, 174 insertions(+), 4 deletions(-)
> 
> -- 
> 2.23.0
> 

> 


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

end of thread, other threads:[~2020-06-05 19:31 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
2020-06-02 18:53 ` [meta-virtualization][m-c-s][PATCH 01/34] python-automaton: " Babak Sarashki
2020-06-02 18:53 ` [meta-virtualization][m-c-s][PATCH 02/34] python-barbican: " Babak Sarashki
2020-06-02 18:53 ` [meta-virtualization][m-c-s][PATCH 03/34] pythin-castellan: " Babak Sarashki
2020-06-02 18:53 ` [meta-virtualization][m-c-s][PATCH 04/34] python-ceilometer: " Babak Sarashki
2020-06-02 18:53 ` [meta-virtualization][m-c-s][PATCH 05/34] python-cinder: " Babak Sarashki
2020-06-02 18:53 ` [meta-virtualization][m-c-s][PATCH 06/34] python-cursive: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 07/34] python-glance-store: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 08/34] python-glance: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 09/34] python-glacnestore: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 10/34] python-heat-cfntools: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 11/34] python-horizon: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 12/34] python-jsonpath-rw-ext: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 13/34] python-microversion-parse: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 14/34] python-neutron-lib: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 15/34] python-neutron: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 16/34] python-nova: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 17/34] python-openstackclient: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 18/34] python-openstacksdk: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 19/34] python-os-brick: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 20/34] python-os-traits: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 21/34] python-os-vif: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 22/34] python-os-win: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 23/34] python-os-xenapi: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 24/34] python-oslo.privsep: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 25/34] python-oslo.rootwrap: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 26/34] python-oslo.vmware: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 27/34] python-oslotest: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 28/34] python-pypowervm: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 29/34] python-rally: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 30/34] python-ryu: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 31/34] python-swift: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 32/34] python-taskflow: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 33/34] python-tooz: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 34/34] python-trove: " Babak Sarashki
2020-06-05 19:31 ` [meta-virtualization][m-c-s][PATCH 00/34] " 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.