diff options
author | 2013-09-15 21:52:57 -0400 | |
---|---|---|
committer | 2013-10-03 01:15:42 -0400 | |
commit | 645ced2601e0e55e1d9ff391855f3d917188a53d (patch) | |
tree | be2b9e03c65f8779cb8e6d07b6724aaace31788c | |
parent | 2defbdf3d84d044f841ebb5e6695fdaee40b922d (diff) | |
download | meta-cloud-services-645ced2601e0e55e1d9ff391855f3d917188a53d.tar.gz meta-cloud-services-645ced2601e0e55e1d9ff391855f3d917188a53d.tar.bz2 meta-cloud-services-645ced2601e0e55e1d9ff391855f3d917188a53d.zip |
python-quantum: add pyparsing as an explicit dependency
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-quantum_2013.1.3.bb | 7 |
1 files 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 d593a666..1c8b96f4 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} \ |