etermine the Linux distribution,
was removed in Python 3.8. Patch makes sb/linux.py now prefer to use the
"distro" package if it's available. "distro" is avail since python 3.6,
was also back-ported for 2.6.
Michael South (1):
sb/linux.py: More reliably recognize dis
If available, use "distro" package (introduced Python 3.6, back-ported to 2.6)
to recognize Linux distributions and versions.
Updates #4966
---
source-builder/sb/linux.py | 89 +-
1 file changed, 59 insertions(+), 30 deletions(-)
diff --git a/source-builder/sb
If available, use "distro" package (introduced Python 3.6, back-ported
to 2.6)
to recognize Linux distributions and versions.
Updates #4966
---
source-builder/sb/linux.py | 89 +-
1 file changed, 59 insertions(+), 30 deletions(-)
diff --git a/source-builder/
Python 3.8. Patch makes sb/linux.py now prefer to use the
"distro" package if it's available. "distro" is avail since python 3.6,
was also back-ported for 2.6.
Michael South (1):
sb/linux.py: More reliably recognize distribution
source-builder/sb/linux.py | 89 +++