summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-01-06 14:09:52 +0000
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-01-06 09:26:29 -0500
commit6bf085fb857930acb004946967cac6fbd4003303 (patch)
tree21205cbb73da21055fbcb15992dea0489652b7a1 /meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb
parent9c0090c74d6b1b04704c049ffb094106e6c486b2 (diff)
downloadmeta-cloud-services-6bf085fb857930acb004946967cac6fbd4003303.tar.gz
python-markupsafe: 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/recipes-devtools/python/python-markupsafe_0.18.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb b/meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb
index 1e5748c..49fa083 100644
--- a/meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb
+++ b/meta-openstack/recipes-devtools/python/python-markupsafe_0.18.bb
@@ -15,3 +15,6 @@ SRC_URI[sha256sum] = "b7d5d688bdd345bfa897777d297756688cf02e1b3742c56885e2e5c2b9
15S = "${WORKDIR}/${SRCNAME}-${PV}" 15S = "${WORKDIR}/${SRCNAME}-${PV}"
16 16
17inherit setuptools 17inherit setuptools
18
19RDEPENDS_${PN} += "python-re"
20