mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-17 03:10:38 +00:00
python3-dbus-deviation: Add new recipe
Add this new recipe for runtime dependence of hotdoc. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
Subject: [PATCH] Prevent trying to donwload requierment which will cause
|
||||
network error.
|
||||
|
||||
'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f1e83062ad0>: 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 <liuyd.fnst@fujitsu.com>
|
||||
---
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user