From 6088220c3eb66ace3e5db0f890787559f3e3a761 Mon Sep 17 00:00:00 2001 From: Zheng Ruoqin Date: Mon, 2 Sep 2019 20:11:18 +0800 Subject: 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 Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb') 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 @@ inherit setuptools require python-oslo.utils.inc + +# RDEPENDS only for python2 +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-monotonic \ + ${PYTHON_PN}-funcsigs \ + " + -- cgit v1.2.3-54-g00ecf