diff --git a/chroot-tasks.py b/chroot-tasks.py index 4c10dd0..7a276b4 100755 --- a/chroot-tasks.py +++ b/chroot-tasks.py @@ -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'])