From 642c37526ec64a924f34c7eea2010fb57dfb2121 Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Tue, 23 Apr 2019 10:39:46 +0800 Subject: [PATCH] Fix typo in MMDResolver._deps2reqs docstring Signed-off-by: Chenxiong Qi --- module_build_service/mmd_resolver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module_build_service/mmd_resolver.py b/module_build_service/mmd_resolver.py index 49f03ac1..a3e29dc9 100644 --- a/module_build_service/mmd_resolver.py +++ b/module_build_service/mmd_resolver.py @@ -62,12 +62,12 @@ class MMDResolver(object): Base modules are handled in a special way in case when the stream of base module contains version in the "x.y.z" format. For example "el8.0.0" or "el7.6.0". - In this case, the resulting solv.Dep expression for such base module will contain verison + In this case, the resulting solv.Dep expression for such base module will contain version string computed using ModuleBuild.get_stream_version() method: For example: module(platform) with module(platform:el8) = 080200 - The stream used to compute the version can be also overriden using the + The stream used to compute the version can be also overridden using the `base_module_stream_overrides` dict which has base module name as a key and the stream which will be used to compute the version as a value. This is needed for cases when module requires just "platform:el8", but was