diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-11-09 14:53:58 +0100 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-11-09 14:53:58 +0100 |
| commit | cf09aa73b28c76b0ea6edea53caef0db7175d150 (patch) | |
| tree | 324fc3d4d68f76e03c2cffab7e0d02ee6e187c9d | |
| parent | e58f0bf90f193949e5a8ff686b4a6dcf63c07fa6 (diff) | |
| download | meta-cloud-services-cf09aa73b28c76b0ea6edea53caef0db7175d150.tar.gz | |
python-oslo.cache: Add python-memcached as dependency
This is not specified in package requirements, but the nova-compute
fails with b/c of this.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb index 489a7bf..c761956 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb | |||
| @@ -29,4 +29,5 @@ RDEPENDS_${PN} += " \ | |||
| 29 | python-oslo.i18n \ | 29 | python-oslo.i18n \ |
| 30 | python-oslo.log \ | 30 | python-oslo.log \ |
| 31 | python-oslo.utils \ | 31 | python-oslo.utils \ |
| 32 | python-memcached \ | ||
| 32 | " | 33 | " |
