mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
Fix this ssl import error:
Python 2.7.3 (default, Dec 5 2014, 16:24:17)
[GCC 4.9.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ssl
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/ssl.py", line 92, in <module>
import base64 # for DER-to-PEM translation
ImportError: No module named base64
(From OE-Core rev: dfa34e70a4c7543dc67835c2e9a270ccd011ac72)
(From OE-Core rev: 2defde75799c669d531fddee005758ec13884aab)
Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|---|---|---|
| .. | ||
| python | ||
| python-gst | ||
| python-imaging | ||
| python-native | ||
| python-numpy | ||
| python-pycurl | ||
| python-pygobject | ||
| python-pygtk | ||
| python-pyrex | ||
| python-smartpm | ||
| python3 | ||
| fix-path.inc | ||
| python_2.7.3.bb | ||
| python-2.7-manifest.inc | ||
| python-3.3-manifest.inc | ||
| python-argparse_1.2.1.bb | ||
| python-async_0.6.1.bb | ||
| python-dbus_1.2.0.bb | ||
| python-distribute_0.6.32.bb | ||
| python-docutils_0.12.bb | ||
| python-git_0.3.2.RC1.bb | ||
| python-gitdb_0.5.4.bb | ||
| python-gst_0.10.22.bb | ||
| python-imaging_1.1.7.bb | ||
| python-mako_0.9.1.bb | ||
| python-native_2.7.3.bb | ||
| python-nose_1.2.1.bb | ||
| python-numpy_1.7.0.bb | ||
| python-pycairo_1.10.0.bb | ||
| python-pycurl_7.19.3.1.bb | ||
| python-pygobject_2.28.3.bb | ||
| python-pygtk_2.24.0.bb | ||
| python-pyrex_0.9.9.bb | ||
| python-pyrex-native_0.9.9.bb | ||
| python-scons_2.3.2.bb | ||
| python-scons-native_2.3.2.bb | ||
| python-smartpm_1.4.1.bb | ||
| python-smmap_0.8.2.bb | ||
| python.inc | ||
| python3_3.3.3.bb | ||
| python3-distribute_0.6.32.bb | ||
| python3-native_3.3.3.bb | ||