mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Fixed for vstring
This commit is contained in:
parent
53048ecb1a
commit
75b032e35d
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ class Utilities:
|
|||
installed_version: str = self.split_binary_pkg(installed)[1]
|
||||
|
||||
return (str(LooseVersion(f'{repository_version}.{repo_build_tag}')) >
|
||||
str(LooseVersion(f'{repository_version}.{repo_build_tag}')))
|
||||
str(LooseVersion(f'{installed_version}.{inst_build_tag}')))
|
||||
|
||||
def read_build_tag(self, sbo: str) -> str:
|
||||
""" Patching SBo TAG from the configuration file. """
|
||||
|
|
Loading…
Add table
Reference in a new issue