diff options
author | Guðni Már Gilbert <gudni.m.g@gmail.com> | 2024-07-20 13:07:24 +0000 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-08-01 06:08:09 -0700 |
commit | 3bb68d43299aa1fbecbba1cfcc52d0f5c3daa8a3 (patch) | |
tree | 28d0ddd3a38734f5320d172eaee76068aaccde2d /meta/recipes-devtools/python | |
parent | 855f3cc2f580cb827337589d5d0b386efebc2f9d (diff) | |
download | poky-3bb68d43299aa1fbecbba1cfcc52d0f5c3daa8a3.tar.gz |
python3-attrs: drop python3-ctypes from RDEPENDS
python3-ctypes was dropped as a dependency in v19.2.0
(From OE-Core rev: 48c43d2ff467c067d1518dc55d8d6da39bea159a)
Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8d06116caf2382ad4782b9b2da50534d076a736d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3-attrs_23.2.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-attrs_23.2.0.bb b/meta/recipes-devtools/python/python3-attrs_23.2.0.bb index a638097988..e39b64306c 100644 --- a/meta/recipes-devtools/python/python3-attrs_23.2.0.bb +++ b/meta/recipes-devtools/python/python3-attrs_23.2.0.bb | |||
@@ -20,7 +20,6 @@ DEPENDS += " \ | |||
20 | 20 | ||
21 | RDEPENDS:${PN}+= " \ | 21 | RDEPENDS:${PN}+= " \ |
22 | python3-compression \ | 22 | python3-compression \ |
23 | python3-ctypes \ | ||
24 | python3-crypt \ | 23 | python3-crypt \ |
25 | " | 24 | " |
26 | 25 | ||