summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/python-blivet/python3-blivet/0013-Revert-Adapt-to-logging-module-name-change.patch
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2017-08-13 21:46:01 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-28 11:04:11 +0200
commite311a05d2a507d6376dc4f234a64b0d0181ef5b0 (patch)
treeacfe10431f872f8630c9ec03baf4ea09f734bb9b /meta-python/recipes-extended/python-blivet/python3-blivet/0013-Revert-Adapt-to-logging-module-name-change.patch
parent66cce63d507ee71a405a8b0c3b87b63c034bb5dc (diff)
downloadmeta-openembedded-e311a05d2a507d6376dc4f234a64b0d0181ef5b0.tar.gz
python3-blivet: add recipe 2.2.0
Remove provides of `pykickstart' in python3-pykickstart Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-extended/python-blivet/python3-blivet/0013-Revert-Adapt-to-logging-module-name-change.patch')
-rw-r--r--meta-python/recipes-extended/python-blivet/python3-blivet/0013-Revert-Adapt-to-logging-module-name-change.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet/0013-Revert-Adapt-to-logging-module-name-change.patch b/meta-python/recipes-extended/python-blivet/python3-blivet/0013-Revert-Adapt-to-logging-module-name-change.patch
new file mode 100644
index 0000000000..6bdf4ce949
--- /dev/null
+++ b/meta-python/recipes-extended/python-blivet/python3-blivet/0013-Revert-Adapt-to-logging-module-name-change.patch
@@ -0,0 +1,30 @@
1From bfdaf79a2109ac6aed408f0c94f69766991e60e2 Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Thu, 27 Jul 2017 14:34:30 +0800
4Subject: [PATCH 13/13] Revert "Adapt to logging module name change"
5
6Upstream-Status: Inappropriate [oe specific, sync with anaconda f26-release]
7
8This reverts commit c367d62a516e541ad28636c8259321f1c53417ce.
9
10Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
11---
12 blivet/__init__.py | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/blivet/__init__.py b/blivet/__init__.py
16index 49277cb..a01e487 100644
17--- a/blivet/__init__.py
18+++ b/blivet/__init__.py
19@@ -124,7 +124,7 @@ def enable_installer_mode():
20 from pyanaconda.constants import ROOT_PATH # pylint: disable=redefined-outer-name,no-name-in-module
21 _storage_root = _sysroot = ROOT_PATH
22
23- from pyanaconda.anaconda_logging import program_log_lock
24+ from pyanaconda.anaconda_log import program_log_lock
25 util.program_log_lock = program_log_lock
26
27 flags.installer_mode = True
28--
292.7.4
30