diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb index fea3c85..1fe6253 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb | |||
@@ -1,2 +1,9 @@ | |||
1 | inherit setuptools | 1 | inherit setuptools |
2 | require python-oslo.utils.inc | 2 | require python-oslo.utils.inc |
3 | |||
4 | # RDEPENDS only for python2 | ||
5 | RDEPENDS_${PN} += " \ | ||
6 | ${PYTHON_PN}-monotonic \ | ||
7 | ${PYTHON_PN}-funcsigs \ | ||
8 | " | ||
9 | |||