diff options
author | Konrad Weihmann <kweihmann@outlook.com> | 2020-05-30 22:23:40 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-05-31 22:42:25 -0700 |
commit | 7e5d8e32a383090a94b4fee19980b3e17bd7c902 (patch) | |
tree | 8148cc2b5ad369b021e8317f890850af9f2d6724 /meta-python/recipes-devtools/python | |
parent | fbd0d77acbe358c5dc3fe131c969af4b2cb8afa5 (diff) | |
download | meta-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.bb | 2 |
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 | ||
14 | PYPI_PACKAGE = "smbus2" | 14 | PYPI_PACKAGE = "smbus2" |
15 | 15 | ||
16 | RDEPENDS_${PN} = "${PYTHON_PN}-ctypes ${PYTHON_PN}-fcntl" | ||
17 | |||
18 | RDEPENDS_${PN} += "\ | 16 | RDEPENDS_${PN} += "\ |
19 | ${PYTHON_PN}-ctypes \ | 17 | ${PYTHON_PN}-ctypes \ |
20 | ${PYTHON_PN}-fcntl \ | 18 | ${PYTHON_PN}-fcntl \ |