diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-11-14 22:00:09 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 16:59:09 -0800 |
| commit | 443dde4258ab5dc83be6fcda7f34a3240d4db597 (patch) | |
| tree | 0a979ca408a270296e9f4c29726bfa896aaaa162 /meta-python | |
| parent | 9a95e7c93c9345585e4492877facc83359391bd0 (diff) | |
| download | meta-openembedded-443dde4258ab5dc83be6fcda7f34a3240d4db597.tar.gz | |
python3-zeroconf: 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-zeroconf_0.136.0.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.136.0.bb b/meta-python/recipes-devtools/python/python3-zeroconf_0.136.0.bb index a9bbdb4bfe..7173149a4f 100644 --- a/meta-python/recipes-devtools/python/python3-zeroconf_0.136.0.bb +++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.136.0.bb | |||
| @@ -5,9 +5,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=e77986dc8e2ee22d44 | |||
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "7a82c7bd0327266ef9f04a5272b0bb79812ddcefccf944320b5f3519586bbc82" | 6 | SRC_URI[sha256sum] = "7a82c7bd0327266ef9f04a5272b0bb79812ddcefccf944320b5f3519586bbc82" |
| 7 | 7 | ||
| 8 | DEPENDS += "python3-cython-native" | 8 | inherit pypi python_poetry_core cython |
| 9 | |||
| 10 | inherit pypi python_poetry_core | ||
| 11 | 9 | ||
| 12 | RDEPENDS:${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
| 13 | python3-ifaddr (>=0.1.7) \ | 11 | python3-ifaddr (>=0.1.7) \ |
