From 7e5d8e32a383090a94b4fee19980b3e17bd7c902 Mon Sep 17 00:00:00 2001 From: Konrad Weihmann Date: Sat, 30 May 2020 22:23:40 +0200 Subject: [PATCH] python3-smbus2: remove duplicate RDEPENDS settings Signed-off-by: Konrad Weihmann Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-smbus2_0.3.0.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-smbus2_0.3.0.bb b/meta-python/recipes-devtools/python/python3-smbus2_0.3.0.bb index dee70a03f5..7a61927206 100644 --- a/meta-python/recipes-devtools/python/python3-smbus2_0.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-smbus2_0.3.0.bb @@ -13,8 +13,6 @@ CLEANBROKEN = "1" PYPI_PACKAGE = "smbus2" -RDEPENDS_${PN} = "${PYTHON_PN}-ctypes ${PYTHON_PN}-fcntl" - RDEPENDS_${PN} += "\ ${PYTHON_PN}-ctypes \ ${PYTHON_PN}-fcntl \