Use packaged pyblkid

fixes2
Vadim vtroshchinskiy 2024-11-13 08:25:02 +01:00
parent 4e0f032611
commit 05fcea8d5e
1 changed files with 5 additions and 1 deletions

View File

@ -9,6 +9,10 @@
# Must have working locales, or unicode strings will fail. Install 'locales', configure /etc/locale.gen, run locale-gen.
#
import os
import sys
sys.path.insert(0, "/opt/opengnsys/python3/dist-packages")
import shutil
import argparse
@ -17,7 +21,7 @@ import logging
import subprocess
import json
import sys
from pathlib import Path