diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-09-15 21:52:57 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-03 01:15:42 -0400 |
| commit | 645ced2601e0e55e1d9ff391855f3d917188a53d (patch) | |
| tree | be2b9e03c65f8779cb8e6d07b6724aaace31788c /meta-openstack | |
| parent | 2defbdf3d84d044f841ebb5e6695fdaee40b922d (diff) | |
| download | meta-cloud-services-645ced2601e0e55e1d9ff391855f3d917188a53d.tar.gz | |
python-quantum: add pyparsing as an explicit dependency
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
| -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 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 \ | |||
| 148 | python-routes \ | 148 | python-routes \ |
| 149 | python-amqplib \ | 149 | python-amqplib \ |
| 150 | python-anyjson \ | 150 | python-anyjson \ |
| 151 | python-alembic \ | 151 | python-alembic \ |
| 152 | python-eventlet \ | 152 | python-eventlet \ |
| 153 | python-greenlet \ | 153 | python-greenlet \ |
| 154 | python-httplib2 \ | 154 | python-httplib2 \ |
| @@ -162,8 +162,9 @@ RDEPENDS_${PN} += "python-paste \ | |||
| 162 | python-oslo.config \ | 162 | python-oslo.config \ |
| 163 | python-pyudev \ | 163 | python-pyudev \ |
| 164 | python-novaclient \ | 164 | python-novaclient \ |
| 165 | python-mako \ | 165 | python-mako \ |
| 166 | python-markupsafe \ | 166 | python-markupsafe \ |
| 167 | python-pyparsing \ | ||
| 167 | " | 168 | " |
| 168 | 169 | ||
| 169 | RDEPENDS_${SRCNAME} = "${PN} \ | 170 | RDEPENDS_${SRCNAME} = "${PN} \ |
