From 5b7dc1727ef6cfd18b67720b396a8a4095991e78 Mon Sep 17 00:00:00 2001 From: Natalia Serrano Date: Thu, 24 Oct 2024 23:01:47 +0200 Subject: [PATCH] refs #809 force pip to install things --- chroot-tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'])