diff options
author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2019-09-02 20:11:18 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-09-03 15:51:04 -0400 |
commit | 6088220c3eb66ace3e5db0f890787559f3e3a761 (patch) | |
tree | d2f0798ed36f783e74957d5b42f507f6b8c148c9 /meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb | |
parent | 849960485830e3a10ccc800ea571329a14a3e42a (diff) | |
download | meta-cloud-services-6088220c3eb66ace3e5db0f890787559f3e3a761.tar.gz |
python-oslo.utils: Python3 version fix
1) Remove 'inherit setuptools' from python-oslo.utils.inc as it was
included in python-oslo.utils_git.bb and python3-oslo.utils_git.bb.
2) Remove RDEPENDS which are not needed for python3.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
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 | |||