refs #809 force pip to install things

browser
Natalia Serrano 2024-10-24 23:01:47 +02:00 committed by Vadim Troshchinskiy
parent a1c2412491
commit 5b7dc1727e
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'])