Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: update support packages to python3 | Bruce Ashfield | 2020-01-22 | 1 | -158/+0 |
| | | | | | | | | Updating the python support packages to python3. Some packages are dropped in favour of variants that are in meta-python, some are updated and update to the new python3 name for others. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | ||||
* | python-m2crypto: Fix issue with swig 3.0.5 | Jackie Huang | 2016-04-05 | 1 | -0/+158 |
The version 0.22.3 of python-m2crypto fails to work after swig updated to 3.0.5+: AttributeError: 'module' object has no attribute 'PKCS5_SALT_LEN' It's fixed since 0.22.4 and we could update it to latest version, but docker-registry depends on the version 0.22.3, so backport the patch to fix the issue with swig 3.0.5. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> |