diff options
| author | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-14 11:53:04 -0700 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-14 23:15:56 -0700 |
| commit | ad74dd5f1b37b600d7ec4628e5298baf8c6da8d8 (patch) | |
| tree | eb8ed77bdbfbc7035382dff1ce9f02eefd186cb6 /meta-python/recipes-devtools/python/python3-pychromecast_14.0.10.bb | |
| parent | 4392c7d39799f1e50f041a938c97b8b0627c5f02 (diff) | |
| download | meta-openembedded-ad74dd5f1b37b600d7ec4628e5298baf8c6da8d8.tar.gz | |
python3-pychromecast: Fix build with wheel 0.47
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pychromecast_14.0.10.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pychromecast_14.0.10.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_14.0.10.bb b/meta-python/recipes-devtools/python/python3-pychromecast_14.0.10.bb index cdd85a550f..5b1d780b86 100644 --- a/meta-python/recipes-devtools/python/python3-pychromecast_14.0.10.bb +++ b/meta-python/recipes-devtools/python/python3-pychromecast_14.0.10.bb | |||
| @@ -3,6 +3,7 @@ HOMEPAGE = "https://github.com/balloob/pychromecast" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5" |
| 5 | 5 | ||
| 6 | SRC_URI += "file://0001-Allow-building-with-wheel-0.47.patch" | ||
| 6 | SRC_URI[sha256sum] = "f05a1c8d727d4f104c8c731688053033e05157f2ab81bc8eef50ec0c62f9373c" | 7 | SRC_URI[sha256sum] = "f05a1c8d727d4f104c8c731688053033e05157f2ab81bc8eef50ec0c62f9373c" |
| 7 | 8 | ||
| 8 | inherit pypi python_setuptools_build_meta | 9 | inherit pypi python_setuptools_build_meta |
