[meta-virtualization] [m-c-s][PATCH 00/21] Error fix for recipes depend on python-pbr

Li Xin lixin.fnst at cn.fujitsu.com
Mon Jan 4 18:00:59 PST 2016


[PATCH 01/21] ~ [PATCH 21/21] are recipes depend on python-pbr.
And they will download pbr modules in the step of do_compile.
If your network is not very well,errors will occur as following:
  Download error on https://pypi.python.org/simple/pbr/:
  [Errno -5] No address associated with hostname -- Some packages may not be found!
  Couldn't find index page for 'pbr' (maybe misspelled?)
  No local packages or download links found for pbr
so add do_compile_prepend to fix it.

Li Xin (21):
  python-pbr: Error fix for recipes depend on python-pbr
  python-cliff: Error fix
  python-fixtures: Error fix
  python-glanceclient: Error fix
  python-heat: Error fix
  python-heatclient: Error fix
  python-keystoneclient: Error fix
  python-lockfile: Error fix
  python-mox3: Error fix
  python-oslo.config: Error fix
  python-oslo.context: Error fix
  python-oslo.i18n: Error fix
  python-oslo.log: Error fix
  python-oslo.serialization: Error fix
  python-oslo.utils: Error fix
  python-sqlalchemy-migrate: Error fix
  python-stevedore: Error fix
  python-swiftclient: Error fix
  python-testscenarios: Error fix
  python-testtools: Error fix
  python-wsme: Error fix

 meta-openstack/recipes-devtools/python/python-cliff_1.13.0.bb  |  7 +++++++
 .../recipes-devtools/python/python-fixtures_1.3.1.bb           |  6 ++++++
 .../recipes-devtools/python/python-glanceclient_git.bb         |  7 +++++++
 meta-openstack/recipes-devtools/python/python-heat_git.bb      |  7 +++++++
 .../recipes-devtools/python/python-heatclient_git.bb           |  7 +++++++
 .../recipes-devtools/python/python-keystoneclient_git.bb       |  7 +++++++
 .../recipes-devtools/python/python-lockfile_0.10.2.bb          |  6 ++++++
 meta-openstack/recipes-devtools/python/python-mox3_0.9.0.bb    |  6 ++++++
 .../recipes-devtools/python/python-oslo.config_1.14.0.bb       |  7 +++++++
 .../recipes-devtools/python/python-oslo.context_git.bb         |  6 ++++++
 .../recipes-devtools/python/python-oslo.i18n_1.6.0.bb          |  6 ++++++
 meta-openstack/recipes-devtools/python/python-oslo.log_git.bb  |  7 +++++++
 .../recipes-devtools/python/python-oslo.serialization_git.bb   |  6 ++++++
 .../recipes-devtools/python/python-oslo.utils_git.bb           |  6 ++++++
 meta-openstack/recipes-devtools/python/python-pbr_1.4.0.bb     | 10 ++++++++++
 .../recipes-devtools/python/python-sqlalchemy-migrate_0.9.7.bb |  6 ++++++
 .../recipes-devtools/python/python-stevedore_1.6.0.bb          |  6 ++++++
 .../recipes-devtools/python/python-swiftclient_git.bb          |  7 +++++++
 .../recipes-devtools/python/python-testscenarios_0.5.0.bb      |  6 ++++++
 .../recipes-devtools/python/python-testtools_1.8.0.bb          |  7 +++++++
 meta-openstack/recipes-devtools/python/python-wsme_0.7.0.bb    |  6 ++++++
 21 files changed, 139 insertions(+)

-- 
1.8.4.2





More information about the meta-virtualization mailing list