diff options
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 b3eee0309c..16806fb1c7 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 | " |