diff mbox series

[scarthgap] python3-attrs: drop python3-ctypes from RDEPENDS

Message ID 20240723115729.3380-1-gudni.m.g@gmail.com
State Accepted
Delegated to: Steve Sakoman
Headers show
Series [scarthgap] python3-attrs: drop python3-ctypes from RDEPENDS | expand

Commit Message

Guðni Már Gilbert July 23, 2024, 11:57 a.m. UTC
python3-ctypes was dropped as a dependency in v19.2.0

Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-devtools/python/python3-attrs_23.2.0.bb | 1 -
 1 file changed, 1 deletion(-)

Comments

Guðni Már Gilbert July 23, 2024, 11:58 a.m. UTC | #1
Cherry picked from master: https://git.openembedded.org/openembedded-core/commit/?id=8d06116caf2382ad4782b9b2da50534d076a736d
diff mbox series

Patch

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 += " \
 
 RDEPENDS:${PN}+= " \
     python3-compression \
-    python3-ctypes \
     python3-crypt \
 "