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.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-oslo.utils.inc') diff --git a/meta-openstack/recipes-devtools/python/python-oslo.utils.inc b/meta-openstack/recipes-devtools/python/python-oslo.utils.inc index 04aa24a..8c3022d 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.utils.inc +++ b/meta-openstack/recipes-devtools/python/python-oslo.utils.inc @@ -11,8 +11,6 @@ PV = "3.28.0+git${SRCPV}" SRCREV = "8b3965b9bbe1e31a4939f2f69c5239d6d5c7f72c" S = "${WORKDIR}/git" -inherit setuptools - # DEPENDS_default: python-pip DEPENDS += " \ @@ -31,11 +29,9 @@ RDEPENDS_${PN} += " \ ${PYTHON_PN}-six \ ${PYTHON_PN}-iso8601 \ ${PYTHON_PN}-oslo.i18n \ - ${PYTHON_PN}-monotonic \ ${PYTHON_PN}-pytz \ ${PYTHON_PN}-netaddr \ ${PYTHON_PN}-netifaces \ ${PYTHON_PN}-debtcollector \ - ${PYTHON_PN}-funcsigs \ ${PYTHON_PN}-pyparsing \ " -- cgit v1.2.3-54-g00ecf