From b62ae60f869b83721757a2f5316cdc26c1030af3 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 14 Feb 2016 23:05:17 -0500 Subject: Update python recipes to use the updated pypi class Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-cryptography_1.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-python/recipes-devtools/python/python-cryptography_1.1.bb') 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}" SRC_URI[md5sum] = "dd06da41535184f48f2c8e8b74dd570f" SRC_URI[sha256sum] = "059bc6428b1d0e2317f505698602642f1d8dda5b120ec573a59a430d8cb7a32d" -inherit pypi +inherit pypi setuptools RDEPENDS_${PN} = "\ python-pyasn1\ @@ -50,4 +50,4 @@ do_install_ptest() { FILES_${PN}-dbg += " \ ${libdir}/python2.7/site-packages/${SRCNAME}/hazmat/bindings/.debug \ - " \ No newline at end of file + " -- cgit v1.2.3-54-g00ecf