summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pybluez/0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch4
-rw-r--r--meta-python/recipes-devtools/python/python3-pynetlinux/0002-Fixed-relative-imports.patch2
2 files changed, 2 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pybluez/0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch b/meta-python/recipes-devtools/python/python3-pybluez/0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch
index ba3edff0b4..fea87a2ff0 100644
--- a/meta-python/recipes-devtools/python/python3-pybluez/0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch
+++ b/meta-python/recipes-devtools/python/python3-pybluez/0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch
@@ -20,11 +20,9 @@ From python 3.8 changes:
20 20
21Fixes https://github.com/pybluez/pybluez/issues/426 21Fixes https://github.com/pybluez/pybluez/issues/426
22 22
23Upstream-Status: Accepted [https://github.com/pybluez/pybluez/pull/427] 23Upstream-Status: Backport [https://github.com/pybluez/pybluez/pull/427]
24Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> 24Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
25
26--- 25---
27
28 bluez/btmodule.c | 23 ++++++++++++++--------- 26 bluez/btmodule.c | 23 ++++++++++++++---------
29 msbt/_msbt.c | 6 ++++-- 27 msbt/_msbt.c | 6 ++++--
30 2 files changed, 18 insertions(+), 11 deletions(-) 28 2 files changed, 18 insertions(+), 11 deletions(-)
diff --git a/meta-python/recipes-devtools/python/python3-pynetlinux/0002-Fixed-relative-imports.patch b/meta-python/recipes-devtools/python/python3-pynetlinux/0002-Fixed-relative-imports.patch
index bc438a8e7c..65f38814c3 100644
--- a/meta-python/recipes-devtools/python/python3-pynetlinux/0002-Fixed-relative-imports.patch
+++ b/meta-python/recipes-devtools/python/python3-pynetlinux/0002-Fixed-relative-imports.patch
@@ -6,7 +6,7 @@ Subject: [PATCH] Fixed relative imports
6Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> 6Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
7 7
8--- 8---
9Upstream-Status: Accepted [https://github.com/rlisagor/pynetlinux/commit/afb778669efbc658a29e6bdb1c4834fee42931aa] 9Upstream-Status: Backport [https://github.com/rlisagor/pynetlinux/commit/afb778669efbc658a29e6bdb1c4834fee42931aa]
10 10
11 pynetlinux/__init__.py | 8 ++++---- 11 pynetlinux/__init__.py | 8 ++++----
12 pynetlinux/brctl.py | 2 +- 12 pynetlinux/brctl.py | 2 +-