diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-31 23:31:13 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-31 23:49:54 -0400 |
commit | 0cffcd09a44b2a58452a5bb13714bfc47d6546bf (patch) | |
tree | b91584b573ce42431a35a9b8f064d8be57974e1e /meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb | |
parent | e887a996155f8b9f22d6aca0e31b5fbccd82751e (diff) | |
download | meta-cloud-services-0cffcd09a44b2a58452a5bb13714bfc47d6546bf.tar.gz |
global: overrides conversion
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb index 604abca..8b087b2 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb | |||
@@ -26,8 +26,8 @@ DEPENDS += " \ | |||
26 | python3-pbr-native \ | 26 | python3-pbr-native \ |
27 | " | 27 | " |
28 | 28 | ||
29 | # RDEPENDS_default: | 29 | # RDEPENDS:default: |
30 | RDEPENDS_${PN} += " \ | 30 | RDEPENDS:${PN} += " \ |
31 | python3-dogpile.cache \ | 31 | python3-dogpile.cache \ |
32 | python3-six \ | 32 | python3-six \ |
33 | python3-oslo.config \ | 33 | python3-oslo.config \ |