mirror of
https://github.com/virt-manager/virt-manager.git
synced 2026-07-30 08:08:33 -05:00
urldetect: Drop attempt at sles9 distro detection
I can't find any publicly available media to test this case, I'm not sure it does anything useful anyways, so just drop it Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
@@ -557,9 +557,6 @@ class _SuseDistro(_RHELDistro):
|
||||
|
||||
version = distro_version.split('.', 1)[0].strip()
|
||||
|
||||
if int(version) < 10:
|
||||
return self._variant_prefix + "9"
|
||||
|
||||
if str(self._variant_prefix).startswith(("sles", "sled")):
|
||||
sp_version = ""
|
||||
if len(distro_version.split('.', 1)) == 2:
|
||||
|
||||
Reference in New Issue
Block a user