Skip to content

Commit

Permalink
config: Install python3-dev package in buildroot
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dbnicholson committed Dec 8, 2023
1 parent 0ecd4e0 commit 0207378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/defaults.ini
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ packages_add =
pigz
python3
python3-apt
python3-dev
python3-gi
python3-requests
python3-venv
Expand Down

0 comments on commit 0207378

Please sign in to comment.