refs #809 force pip to install things

lgromero-tests
Natalia Serrano 2024-10-24 23:01:47 +02:00
parent 7467f991a6
commit 865470e03c
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ def boottoolsSoftwareCompile():
os.environ['LANG'] = env_lang
def boottoolsPythonModules():
utils.run (['pip3', 'install', 'pyblkid'])
utils.run (['pip3', 'install', 'pyblkid', '--break-system-packages'])
def boottoolsRemovePackages():
apt.remove (['python3-dev', 'python3-setuptools', 'python3-pip'])