refs #809 force pip to install things
parent
7467f991a6
commit
865470e03c
|
@ -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'])
|
||||
|
|
Loading…
Reference in New Issue