From 645ced2601e0e55e1d9ff391855f3d917188a53d Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sun, 15 Sep 2013 21:52:57 -0400 Subject: python-quantum: add pyparsing as an explicit dependency Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-quantum_2013.1.3.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta-openstack/recipes-devtools/python/python-quantum_2013.1.3.bb b/meta-openstack/recipes-devtools/python/python-quantum_2013.1.3.bb index d593a66..1c8b96f 100644 --- a/meta-openstack/recipes-devtools/python/python-quantum_2013.1.3.bb +++ b/meta-openstack/recipes-devtools/python/python-quantum_2013.1.3.bb @@ -148,7 +148,7 @@ RDEPENDS_${PN} += "python-paste \ python-routes \ python-amqplib \ python-anyjson \ - python-alembic \ + python-alembic \ python-eventlet \ python-greenlet \ python-httplib2 \ @@ -162,8 +162,9 @@ RDEPENDS_${PN} += "python-paste \ python-oslo.config \ python-pyudev \ python-novaclient \ - python-mako \ - python-markupsafe \ + python-mako \ + python-markupsafe \ + python-pyparsing \ " RDEPENDS_${SRCNAME} = "${PN} \ -- cgit v1.2.3-54-g00ecf