[meta-virtualization] [RFC][PATCH 00/16] Adding python client APIs for glance, quantum and keystone

David Nyström david.c.nystrom at gmail.com
Tue Dec 18 06:31:42 PST 2012


Sending these patches as an RFC since it includes a removal of a meta-virt patch on 
python-2.7.3. Also, some of the common python packages might not be optimal to keep in the 
meta-virtualization layer, some should perhaps be sent as package updates to oe-core.

David Nyström (16):
  Removed meta-virtualization private patch, and using upstream instead
  Added python-cliff recipe
  Added python-cmd2 recipe
  Added python-httplib2 recipe
  Added python-jsonpatch recipe
  Added python-jsonpointer recipe
  Added python-jsonschema recipe
  Added python-prettytable recipe
  Added python-pycrypto recipe
  Added python-pyopenssl recipe
  Added python-pyparsing recipe
  Added python-simplejson recipe
  Added python-warlock recipe
  Added python-glanceclient recipe
  Added python-quantumclient recipe
  Added python-keystoneclient recipe

 .../glanceclient/python-glanceclient_git.bb        |   26 ++++
 .../keystoneclient/python-keystoneclient_git.bb    |   24 ++++
 .../quantumclient/python-quantumclient_git.bb      |   23 ++++
 .../01-use-proper-tools-for-cross-build.patch      |  138 --------------------
 recipes-devtools/python/python_2.7.3.bbappend      |    9 --
 .../files/001-remove-distribute-dependency.patch   |   24 ++++
 recipes-python/cliff/python-cliff_1.3.bb           |   29 ++++
 recipes-python/cmd2/python-cmd2_0.6.4.bb           |   20 +++
 recipes-python/httplib2/python-httplib2_0.7.7.bb   |   19 +++
 recipes-python/jsonpatch/python-jsonpatch_0.10.bb  |   20 +++
 .../jsonpointer/python-jsonpointer_0.5.bb          |   16 +++
 recipes-python/jsonschema/python-jsonschema_0.7.bb |   22 ++++
 .../prettytable/python-prettytable_0.6.1.bb        |   18 +++
 recipes-python/pyOpenSSL/python-pyopenssl_0.13.bb  |   20 +++
 .../pycrypto/files/001-remove-includes.patch       |   11 ++
 recipes-python/pycrypto/python-pycrypto_2.6.bb     |   46 +++++++
 recipes-python/pyparsing/python-pyparsing_1.5.6.bb |   22 ++++
 .../simplejson/python-simplejson_2.6.2.bb          |   21 +++
 recipes-python/warlock/python-warlock_0.7.0.bb     |   26 ++++
 19 files changed, 387 insertions(+), 147 deletions(-)
 create mode 100644 recipes-cloud/glanceclient/python-glanceclient_git.bb
 create mode 100644 recipes-cloud/keystoneclient/python-keystoneclient_git.bb
 create mode 100644 recipes-cloud/quantumclient/python-quantumclient_git.bb
 delete mode 100644 recipes-devtools/python/python/01-use-proper-tools-for-cross-build.patch
 delete mode 100644 recipes-devtools/python/python_2.7.3.bbappend
 create mode 100644 recipes-python/cliff/files/001-remove-distribute-dependency.patch
 create mode 100644 recipes-python/cliff/python-cliff_1.3.bb
 create mode 100644 recipes-python/cmd2/python-cmd2_0.6.4.bb
 create mode 100644 recipes-python/httplib2/python-httplib2_0.7.7.bb
 create mode 100644 recipes-python/jsonpatch/python-jsonpatch_0.10.bb
 create mode 100644 recipes-python/jsonpointer/python-jsonpointer_0.5.bb
 create mode 100644 recipes-python/jsonschema/python-jsonschema_0.7.bb
 create mode 100644 recipes-python/prettytable/python-prettytable_0.6.1.bb
 create mode 100644 recipes-python/pyOpenSSL/python-pyopenssl_0.13.bb
 create mode 100644 recipes-python/pycrypto/files/001-remove-includes.patch
 create mode 100644 recipes-python/pycrypto/python-pycrypto_2.6.bb
 create mode 100644 recipes-python/pyparsing/python-pyparsing_1.5.6.bb
 create mode 100644 recipes-python/simplejson/python-simplejson_2.6.2.bb
 create mode 100644 recipes-python/warlock/python-warlock_0.7.0.bb

-- 
1.7.9.5




More information about the meta-virtualization mailing list