summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb13
1 files changed, 12 insertions, 1 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 2d160b9..38e9f0f 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
@@ -16,5 +16,16 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
16 16
17inherit setuptools 17inherit setuptools
18 18
19RDEPENDS_${PN} += "python-io python-datetime python-email python-zlib python-pkgutil python-html python-shell python-pprint python-subprocess python-netserver" 19RDEPENDS_${PN} += "python-io \
20 python-datetime \
21 python-email \
22 python-zlib \
23 python-pkgutil \
24 python-html \
25 python-shell \
26 python-pprint \
27 python-subprocess \
28 python-netserver"
29
30CLEANBROKEN = "1"
20 31