]> code.ossystems Code Review - openembedded-core.git/commit
python3-io: Fixes compilation of python3 ssl module
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Thu, 14 May 2015 16:43:24 +0000 (16:43 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 8 Jun 2015 16:32:43 +0000 (17:32 +0100)
commit4cffb16b0edc353d4a3287ca59ba02640f605d2b
tree653fe51ccc6cfb85db5fec794f0f0d629b96ffba
parente4dd43cb88a582e4b5116c499ea8131539a3c5b9
python3-io: Fixes compilation of python3 ssl module

During python3 compilation, the module ssl was being skippped due to
the fact that the compilation script couldnt find the required files,
this patch fixes setup.py so it looks for the files in the correct
directory, hence fixing its compilation and installation.

[YOCTO #7768]

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
meta/recipes-devtools/python/python3/fix_ssl_include_dir.patch [new file with mode: 0644]
meta/recipes-devtools/python/python3_3.4.3.bb