summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-m2crypto_0.22.3.bb
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2016-04-05 13:45:33 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-04-05 11:15:15 -0400
commit9536713ef427444eae7fc2e94af05731e46bcc34 (patch)
treebecba00218bb94fea096fda56dc3a04640b7b7b9 /recipes-devtools/python/python-m2crypto_0.22.3.bb
parentfc9dd8d0fc6facea46028ba0d505dcb309a9a2c4 (diff)
downloadmeta-virtualization-9536713ef427444eae7fc2e94af05731e46bcc34.tar.gz
python-m2crypto: Fix issue with swig 3.0.5
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>
Diffstat (limited to 'recipes-devtools/python/python-m2crypto_0.22.3.bb')
-rw-r--r--recipes-devtools/python/python-m2crypto_0.22.3.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-m2crypto_0.22.3.bb b/recipes-devtools/python/python-m2crypto_0.22.3.bb
index 33254552..95d6eecf 100644
--- a/recipes-devtools/python/python-m2crypto_0.22.3.bb
+++ b/recipes-devtools/python/python-m2crypto_0.22.3.bb
@@ -14,7 +14,9 @@ LICENSE = "BSD"
14LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0ccca7097c1d29fa42e75e9c15c6ff2e" 14LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0ccca7097c1d29fa42e75e9c15c6ff2e"
15 15
16SRCNAME = "M2Crypto" 16SRCNAME = "M2Crypto"
17SRC_URI = "http://pypi.python.org/packages/source/M/M2Crypto/${SRCNAME}-${PV}.tar.gz" 17SRC_URI = "http://pypi.python.org/packages/source/M/M2Crypto/${SRCNAME}-${PV}.tar.gz \
18 file://m2crypto-Fix-build-with-SWIG-3.0.5.patch \
19"
18 20
19SRC_URI[md5sum] = "573f21aaac7d5c9549798e72ffcefedd" 21SRC_URI[md5sum] = "573f21aaac7d5c9549798e72ffcefedd"
20SRC_URI[sha256sum] = "6071bfc817d94723e9b458a010d565365104f84aa73f7fe11919871f7562ff72" 22SRC_URI[sha256sum] = "6071bfc817d94723e9b458a010d565365104f84aa73f7fe11919871f7562ff72"