summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pyopenssl_0.15.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python-pyopenssl: Add missing RDEPENDS on "six" and "cryptography"mike.looijmans@topic.nl2015-09-231-1/+1
| | | | | | | | | | | | | | Fixes the following errors when doing "import OpenSSL": File "/usr/lib/python2.7/site-packages/OpenSSL/_util.py", line 6, in <module> from cryptography.hazmat.bindings.openssl.binding import Binding ImportError: No module named cryptography.hazmat.bindings.openssl.binding File "/usr/lib/python2.7/site-packages/OpenSSL/rand.py", line 9, in <module> from six import integer_types as _integer_types ImportError: No module named six Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyopenssl: Inherit setuptools to fix failing installMike Looijmans2015-09-081-1/+1
| | | | | | | | | | | Fixes the following error during install phase: ImportError: No module named setuptools_ext ERROR: python setup.py install execution failed. Reported-by: athoik@openpli.org Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyopenssl: upgrade 0.13 -> 0.15.1Li xin2015-08-241-0/+25
* Dropped x509_revoked_dup.patch,since the original file crl.c does not exist anymore. * Add DEPENDS python-cryptography to aviod build errors: | error: Could not find suitable distribution for Requirement.parse('six>=1.5.2') | ERROR: python setup.py install execution failed. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>