summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorKonrad Weihmann <kweihmann@outlook.com>2020-05-30 22:23:40 +0200
committerKhem Raj <raj.khem@gmail.com>2020-05-31 22:42:25 -0700
commit7e5d8e32a383090a94b4fee19980b3e17bd7c902 (patch)
tree8148cc2b5ad369b021e8317f890850af9f2d6724 /meta-python/recipes-devtools/python
parentfbd0d77acbe358c5dc3fe131c969af4b2cb8afa5 (diff)
downloadmeta-openembedded-7e5d8e32a383090a94b4fee19980b3e17bd7c902.tar.gz
python3-smbus2: remove duplicate RDEPENDS settings
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-smbus2_0.3.0.bb2
1 files changed, 0 insertions, 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"
13 13
14PYPI_PACKAGE = "smbus2" 14PYPI_PACKAGE = "smbus2"
15 15
16RDEPENDS_${PN} = "${PYTHON_PN}-ctypes ${PYTHON_PN}-fcntl"
17
18RDEPENDS_${PN} += "\ 16RDEPENDS_${PN} += "\
19 ${PYTHON_PN}-ctypes \ 17 ${PYTHON_PN}-ctypes \
20 ${PYTHON_PN}-fcntl \ 18 ${PYTHON_PN}-fcntl \