summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-jinja2_2.7.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-02-24 12:18:24 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-02-24 12:18:24 -0500
commit2331f9a3dba161cd5ee744c21e3df29e5662b8aa (patch)
treee5ab6181a384777097f7429098b99bcc4cbd0925 /meta-openstack/recipes-devtools/python/python-jinja2_2.7.1.bb
parentd9576d8721fcef95a1df9a9f272f95517ba8b88f (diff)
parent0431c45c2e0d61479eca447551f1631476b469a9 (diff)
downloadmeta-cloud-services-2331f9a3dba161cd5ee744c21e3df29e5662b8aa.tar.gz
Merge branch 'master' into kilo
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-jinja2_2.7.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-jinja2_2.7.1.bb14
1 files changed, 13 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-jinja2_2.7.1.bb b/meta-openstack/recipes-devtools/python/python-jinja2_2.7.1.bb
index 878ca22..496d65a 100644
--- a/meta-openstack/recipes-devtools/python/python-jinja2_2.7.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-jinja2_2.7.1.bb
@@ -16,4 +16,16 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
16 16
17inherit setuptools 17inherit setuptools
18 18
19RDEPENDS_${PN} += "python-io python-pickle python-crypt python-math python-netclient python-re python-textutils python-lang python-pprint python-shell python-markupsafe" 19RDEPENDS_${PN} += "python-io \
20 python-pickle \
21 python-crypt \
22 python-math \
23 python-netclient \
24 python-re \
25 python-textutils \
26 python-lang \
27 python-pprint \
28 python-shell \
29 python-markupsafe"
30
31CLEANBROKEN = "1"