summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-ryu_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-07-31 23:31:13 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-07-31 23:49:54 -0400
commit0cffcd09a44b2a58452a5bb13714bfc47d6546bf (patch)
treeb91584b573ce42431a35a9b8f064d8be57974e1e /meta-openstack/recipes-devtools/python/python-ryu_git.bb
parente887a996155f8b9f22d6aca0e31b5fbccd82751e (diff)
downloadmeta-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/python-ryu_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-ryu_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ryu_git.bb b/meta-openstack/recipes-devtools/python/python-ryu_git.bb
index be10558..83fc88c 100644
--- a/meta-openstack/recipes-devtools/python/python-ryu_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-ryu_git.bb
@@ -14,7 +14,7 @@ S = "${WORKDIR}/git"
14 14
15inherit setuptools3 15inherit setuptools3
16 16
17FILES_${PN} += "${datadir}/etc/${SRCNAME}/*" 17FILES:${PN} += "${datadir}/etc/${SRCNAME}/*"
18 18
19DEPENDS += " \ 19DEPENDS += " \
20 python-pip \ 20 python-pip \
@@ -26,7 +26,7 @@ DEPENDS += " \
26 python-pbr-native \ 26 python-pbr-native \
27 " 27 "
28 28
29RDEPENDS_${PN} += " \ 29RDEPENDS:${PN} += " \
30 python-eventlet \ 30 python-eventlet \
31 python-msgpack \ 31 python-msgpack \
32 python-netaddr \ 32 python-netaddr \