Use packaged pyblkid

fixes
Vadim vtroshchinskiy 2024-11-13 08:25:02 +01:00
parent 5cdd566df9
commit 3f852d6924
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