summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-11-14 22:00:06 +0000
committerKhem Raj <raj.khem@gmail.com>2024-11-19 16:59:09 -0800
commit46c2c0fac5583b8be6d41e822a7416bf74f67b04 (patch)
tree3803c283df099e986cd5289ef6ef3db7345b4aad /meta-python
parent07071944d724394fc84858e7bcd1b385d5e732ae (diff)
downloadmeta-openembedded-46c2c0fac5583b8be6d41e822a7416bf74f67b04.tar.gz
python3-sqlalchemy: inherit cython class
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.35.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.35.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.35.bb
index 202350dcd1..87d76e9e33 100644
--- a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.35.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.35.bb
@@ -6,9 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c78b979ae6c20775a28a287d32092cbb"
6 6
7SRC_URI[sha256sum] = "e11d7ea4d24f0a262bccf9a7cd6284c976c5369dac21db237cff59586045ab9f" 7SRC_URI[sha256sum] = "e11d7ea4d24f0a262bccf9a7cd6284c976c5369dac21db237cff59586045ab9f"
8 8
9inherit pypi python_setuptools_build_meta 9inherit pypi python_setuptools_build_meta cython
10
11DEPENDS += "python3-cython-native"
12 10
13RDEPENDS:${PN} += " \ 11RDEPENDS:${PN} += " \
14 python3-asyncio \ 12 python3-asyncio \