[OE-core] [PATCH 0/5] python3: Several fixes, compilation of modules, runtime issues, and two new recipes

Alejandro Hernandez alejandro.hernandez at linux.intel.com
Thu May 21 09:15:34 UTC 2015


Adds python3-pip recipe, upgrades python3-distribute to python3-setuptools
to keep up to date with upstream, fixes runtime issues for these modules and
for python3 in general.

The following changes since commit 62f3e62e0a2145d32fd75530b6f2aeba00dc1bc4:

  python3: Upgrade from 3.4.2 to 3.4.3 (2015-05-12 10:44:53 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib hsalejandro/py3-pip-recipe
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=hsalejandro/py3-pip-recipe

Alejandro Hernandez (5):
  python3: fix pyconfig.h installation on target
  python3: Fix distutils import error
  python3-io: Fixes compilation of python3 ssl module
  python3-distribute: Upgrade to python3-setuptools 15.2
  python3-pip: Adds recipe for python3-pip

 meta/classes/setuptools3.bbclass                   |  2 +-
 .../python/python-3.4-manifest.inc                 |  2 +-
 meta/recipes-devtools/python/python3-pip_6.1.1.bb  | 40 ++++++++++++++++++++++
 ...ribute_0.6.32.bb => python3-setuptools_15.2.bb} | 40 ++++++++++++----------
 .../python/python3/fix_ssl_include_dir.patch       | 29 ++++++++++++++++
 meta/recipes-devtools/python/python3_3.4.3.bb      |  2 +-
 scripts/contrib/python/generate-manifest-3.4.py    |  2 +-
 7 files changed, 95 insertions(+), 22 deletions(-)
 create mode 100644 meta/recipes-devtools/python/python3-pip_6.1.1.bb
 rename meta/recipes-devtools/python/{python3-distribute_0.6.32.bb => python3-setuptools_15.2.bb} (53%)
 create mode 100644 meta/recipes-devtools/python/python3/fix_ssl_include_dir.patch

-- 
1.8.4.5



More information about the Openembedded-core mailing list