summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-01-06 14:09:50 +0000
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-01-06 09:26:29 -0500
commitc1cf9ef634f4433da2ed81bdd28790f77845cea6 (patch)
tree781feb68be3ec6b71b0c61dbb25d20ec88458c20
parent6bf085fb857930acb004946967cac6fbd4003303 (diff)
downloadmeta-cloud-services-c1cf9ef634f4433da2ed81bdd28790f77845cea6.tar.gz
python-itsdangerous: add missing python module dependencies
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb3
1 files changed, 3 insertions, 0 deletions
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
15S = "${WORKDIR}/${SRCNAME}-${PV}" 15S = "${WORKDIR}/${SRCNAME}-${PV}"
16 16
17inherit setuptools 17inherit setuptools
18
19RDEPENDS_${PN} += "python-json python-netclient python-zlib python-datetime python-lang python-crypt"
20