summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-ryu_git.bb
diff options
context:
space:
mode:
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 \