summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-11-23 22:51:03 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-12-01 16:27:22 -0500
commit4f223cac9329b0ee48cfeb8534964b33ee981f48 (patch)
treed353d75891fcb58b9486a840ad23197445c876c1
parent4c7f835e85722af1f99e703148968c881e94359f (diff)
downloadmeta-cloud-services-4f223cac9329b0ee48cfeb8534964b33ee981f48.tar.gz
python3-dogpile.cache: ADD RDEPENDS
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb
index 82057a6..21b596f 100644
--- a/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb
+++ b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb
@@ -9,6 +9,11 @@ SRC_URI[sha256sum] = "64fda39d25b46486a4876417ca03a4af06f35bfadba9f59613f9b3d748
9 9
10inherit setuptools3 pypi 10inherit setuptools3 pypi
11 11
12RDEPENDS_${PN} += "python3-decorator" 12RDEPENDS_${PN} += " \
13 python3-decorator \
14 python3-logging \
15 python3-numbers \
16 python3-stevedore \
17"
13 18
14 19