diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pybluez_0.23.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pybluez_0.23.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb b/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb index a38e10eec0..8887ab27d2 100644 --- a/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb +++ b/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb | |||
@@ -9,10 +9,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543" | |||
9 | 9 | ||
10 | SRC_URI += "file://0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch \ | 10 | SRC_URI += "file://0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch \ |
11 | file://py-3.11.patch " | 11 | file://py-3.11.patch " |
12 | SRC_URI[md5sum] = "afbe8429bb82d2c46a3d0f5f4f898f9d" | ||
13 | SRC_URI[sha256sum] = "c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b8582e90de" | 12 | SRC_URI[sha256sum] = "c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b8582e90de" |
14 | 13 | ||
15 | PYPI_PACKAGE = "PyBluez" | 14 | PYPI_PACKAGE = "PyBluez" |
15 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
16 | 16 | ||
17 | inherit pypi setuptools3 | 17 | inherit pypi setuptools3 |
18 | 18 | ||