From 02073782958377239b5859b5e60ec24ec0a27957 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Fri, 8 Dec 2023 09:43:14 -0700 Subject: [PATCH] config: Install python3-dev package in buildroot If the build needs to install a Python package from PyPI (like hooks/image/60-kolibri-content), it's possible that it will need to be built natively from source if there are no binary wheels available for the current Python version. That fails if the Python development environment isn't available. https://phabricator.endlessm.com/T35125 --- config/defaults.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/config/defaults.ini b/config/defaults.ini index 511e1e87..af21440f 100644 --- a/config/defaults.ini +++ b/config/defaults.ini @@ -84,6 +84,7 @@ packages_add = pigz python3 python3-apt + python3-dev python3-gi python3-requests python3-venv