From c1cf9ef634f4433da2ed81bdd28790f77845cea6 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 6 Jan 2014 14:09:50 +0000 Subject: python-itsdangerous: add missing python module dependencies Signed-off-by: Paul Eggleton Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb') diff --git a/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb b/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb index 55c7be9..acdcbae 100644 --- a/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb +++ b/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb @@ -15,3 +15,6 @@ SRC_URI[sha256sum] = "71c0bf6bde4dcc93d838415e728a961a7b16f324b8ae182525fbdadde9 S = "${WORKDIR}/${SRCNAME}-${PV}" inherit setuptools + +RDEPENDS_${PN} += "python-json python-netclient python-zlib python-datetime python-lang python-crypt" + -- cgit v1.2.3-54-g00ecf