diff options
author | Derek Straka <derek@asterius.io> | 2016-02-14 23:05:17 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:45:48 +0100 |
commit | b62ae60f869b83721757a2f5316cdc26c1030af3 (patch) | |
tree | f75aeb0e058fd5b4d5243d94f72c5565706dfe62 /meta-python/recipes-devtools/python/python-cryptography_1.1.bb | |
parent | 485b30ac87e769d34bf9536897b4efc8c695dc4c (diff) | |
download | meta-openembedded-b62ae60f869b83721757a2f5316cdc26c1030af3.tar.gz |
Update python recipes to use the updated pypi class
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cryptography_1.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-cryptography_1.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-cryptography_1.1.bb b/meta-python/recipes-devtools/python/python-cryptography_1.1.bb index b3eee0309..16806fb1c 100644 --- a/meta-python/recipes-devtools/python/python-cryptography_1.1.bb +++ b/meta-python/recipes-devtools/python/python-cryptography_1.1.bb | |||
@@ -13,7 +13,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
13 | SRC_URI[md5sum] = "dd06da41535184f48f2c8e8b74dd570f" | 13 | SRC_URI[md5sum] = "dd06da41535184f48f2c8e8b74dd570f" |
14 | SRC_URI[sha256sum] = "059bc6428b1d0e2317f505698602642f1d8dda5b120ec573a59a430d8cb7a32d" | 14 | SRC_URI[sha256sum] = "059bc6428b1d0e2317f505698602642f1d8dda5b120ec573a59a430d8cb7a32d" |
15 | 15 | ||
16 | inherit pypi | 16 | inherit pypi setuptools |
17 | 17 | ||
18 | RDEPENDS_${PN} = "\ | 18 | RDEPENDS_${PN} = "\ |
19 | python-pyasn1\ | 19 | python-pyasn1\ |
@@ -50,4 +50,4 @@ do_install_ptest() { | |||
50 | 50 | ||
51 | FILES_${PN}-dbg += " \ | 51 | FILES_${PN}-dbg += " \ |
52 | ${libdir}/python2.7/site-packages/${SRCNAME}/hazmat/bindings/.debug \ | 52 | ${libdir}/python2.7/site-packages/${SRCNAME}/hazmat/bindings/.debug \ |
53 | " \ No newline at end of file | 53 | " |