diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-01-06 14:09:53 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-01-06 09:26:28 -0500 |
commit | ae38400a0a7215b4867bb9823920bd03eb0d83ad (patch) | |
tree | afbe1c52c44c7ee0802351788975175fa0b97bb1 /meta-openstack | |
parent | 93d2434e1ae3d7d0fc568005c2ec82846e31cba0 (diff) | |
download | meta-cloud-services-ae38400a0a7215b4867bb9823920bd03eb0d83ad.tar.gz |
python-werkzeug: add missing python module dependencies
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb b/meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb index 2aaff9a..d24aaed 100644 --- a/meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb +++ b/meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb | |||
@@ -15,3 +15,6 @@ SRC_URI[sha256sum] = "c1baf7a3e8be70f34d931ee173283f406877bd3d17f372bbe82318a5b3 | |||
15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
16 | 16 | ||
17 | inherit setuptools | 17 | inherit setuptools |
18 | |||
19 | RDEPENDS_${PN} += "python-io python-datetime python-email python-zlib python-pkgutil python-html python-shell python-pprint python-subprocess python-netserver" | ||
20 | |||