[oe] [meta-python][PATCH 0/7] python-cryptography support

Tim Orling ticotimo at gmail.com
Thu Apr 16 15:16:29 UTC 2015


Since 0.14, python-pyopenssl requires python-cryptography.
This series of patches provides support for python-cryptography
and ptest for python-cryptography.

Requires fractions module, provided for python 2.7.x by:
http://git.openembedded.org/openembedded-core/commit/?id=ac09a1830fffb6aded499ade55c039e35202867e

python3 patch is in oe-core master-next:
http://git.openembedded.org/openembedded-core/commit/?h=master-next&id=d8482c74d2a7bb68ca9cc1623973e6778d714430

The following changes since commit 415a90c67f296f8816acd4d933298b101f8e830c:

  postfix: add LSB init infos (2015-04-15 22:43:37 -0400)

are available in the git repository at:

  git://git.openembedded.org/meta-openembedded-contrib timo/python-cryptography
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=timo/python-cryptography

Tim Orling (7):
  python-cffi/python-pycparser: enable native build
  python-py: add 1.4.26
  python-pytest: add 2.7.0
  python-iso8601: add 0.1.10
  python-pretend: add 0.8.1
  python-pyasn1: add 0.1.7
  python-cryptography,-vectors: add 0.8.1

 .../recipes-devtools/python/python-cffi_0.9.2.bb   |  2 +
 .../python/python-cryptography-vectors_0.8.1.bb    | 14 +++++++
 .../python/python-cryptography/run-ptest           |  2 +
 .../python/python-cryptography_0.8.1.bb            | 46 ++++++++++++++++++++++
 .../python/python-iso8601_0.1.10.bb                |  8 ++++
 .../python/python-pretend_1.0.8.bb                 |  8 ++++
 .../recipes-devtools/python/python-py_1.4.26.bb    |  8 ++++
 .../recipes-devtools/python/python-pyasn1_0.1.7.bb | 16 ++++++++
 .../python/python-pycparser_2.10.bb                |  2 +
 .../recipes-devtools/python/python-pytest_2.7.0.bb | 10 +++++
 10 files changed, 116 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-cryptography-vectors_0.8.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python-cryptography/run-ptest
 create mode 100644 meta-python/recipes-devtools/python/python-cryptography_0.8.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python-iso8601_0.1.10.bb
 create mode 100644 meta-python/recipes-devtools/python/python-pretend_1.0.8.bb
 create mode 100644 meta-python/recipes-devtools/python/python-py_1.4.26.bb
 create mode 100644 meta-python/recipes-devtools/python/python-pyasn1_0.1.7.bb
 create mode 100644 meta-python/recipes-devtools/python/python-pytest_2.7.0.bb

-- 
2.1.0




More information about the Openembedded-devel mailing list