summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-m2crypto_0.22.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python-m2crypto: Fix issue with swig 3.0.5Jackie Huang2016-04-051-1/+3
| | | | | | | | | | | | | 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>
* Add python packages needed for docker-registryAmy Fong2015-03-171-0/+60
Signed-off-by: Amy Fong <amy.fong@windriver.com>