diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-06-06 17:16:04 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-06-07 09:12:00 -0700 |
| commit | 6b9167400b0e3e588a689eca5736cb188ef997c4 (patch) | |
| tree | ac0be197a9dfa6ca4083e204940cd9b1bd624b4b /meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb | |
| parent | d06a9c504928f3369568e8db3b53be368f465e1d (diff) | |
| download | meta-openembedded-6b9167400b0e3e588a689eca5736cb188ef997c4.tar.gz | |
python3-gevent: fix build with Cython 3.0.10
Cython 3.0.10 generates code which causes compiler errors:
src/gevent/queue.c:11894:114: error: passing argument 4 of '__pyx_vtabptr_6gevent_14_gevent_cqueue_UnboundQueue->__pyx_base.put' from incompatible pointer type [-Wincompatible-pointer-types]
>From discussion upstream, removing the final decorator works around this.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb b/meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb index fbdbf8ccc7..0a74f52820 100644 --- a/meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb | |||
| @@ -13,7 +13,8 @@ RDEPENDS:${PN} = "python3-greenlet \ | |||
| 13 | python3-zopeinterface \ | 13 | python3-zopeinterface \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | SRC_URI += "file://0001-_setuputils.py-Do-not-add-sys_inc_dir.patch" | 16 | SRC_URI += "file://0001-_setuputils.py-Do-not-add-sys_inc_dir.patch \ |
| 17 | file://not-final.patch" | ||
| 17 | 18 | ||
| 18 | SRC_URI[sha256sum] = "432fc76f680acf7cf188c2ee0f5d3ab73b63c1f03114c7cd8a34cebbe5aa2056" | 19 | SRC_URI[sha256sum] = "432fc76f680acf7cf188c2ee0f5d3ab73b63c1f03114c7cd8a34cebbe5aa2056" |
| 19 | 20 | ||
