From e7517b1d4c07c1d3075b54a8b35464da164564f5 Mon Sep 17 00:00:00 2001 From: Liu Yiding Date: Fri, 13 Feb 2026 18:10:04 +0800 Subject: python3-dbus-deviation: Add new recipe Add this new recipe for runtime dependence of hotdoc. Signed-off-by: Liu Yiding Signed-off-by: Khem Raj --- ...ing-to-donwload-requierment-which-will-ca.patch | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-dbus-deviation/0001-Prevent-trying-to-donwload-requierment-which-will-ca.patch (limited to 'meta-python/recipes-devtools/python/python3-dbus-deviation') diff --git a/meta-python/recipes-devtools/python/python3-dbus-deviation/0001-Prevent-trying-to-donwload-requierment-which-will-ca.patch b/meta-python/recipes-devtools/python/python3-dbus-deviation/0001-Prevent-trying-to-donwload-requierment-which-will-ca.patch new file mode 100644 index 0000000000..b163db772c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dbus-deviation/0001-Prevent-trying-to-donwload-requierment-which-will-ca.patch @@ -0,0 +1,27 @@ +Subject: [PATCH] Prevent trying to donwload requierment which will cause + network error. + +'NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools-git/ + +Upstream-Status: Inappropriate [oe specific] + +Signed-off-by: Liu Yiding +--- + setup.py | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/setup.py b/setup.py +index 245193f..d899e4c 100755 +--- a/setup.py ++++ b/setup.py +@@ -92,7 +92,6 @@ setuptools.setup( + exclude_package_data={'': ['.gitignore']}, + zip_safe=True, + setup_requires=[ +- 'setuptools_git >= 0.3', + 'sphinx', + ], + install_requires=['lxml'], +-- +2.43.0 + -- cgit v1.2.3-54-g00ecf