From b6a90d437dceae321bd84200b027198c48de96ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Wed, 12 Mar 2025 16:38:55 +0100 Subject: [PATCH] FIXUP: Update dev env to add python headers for numpy --- dev_scripts/env.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dev_scripts/env.py b/dev_scripts/env.py index ff4e489..2a2b785 100755 --- a/dev_scripts/env.py +++ b/dev_scripts/env.py @@ -114,6 +114,7 @@ RUN apt-get update \ RUN apt-get update \ && apt-get install -y --no-install-recommends dh-python make build-essential \ git {qt_deps} pipx python3 python3-pip python3-venv dpkg-dev debhelper python3-setuptools \ + python3-dev \ && rm -rf /var/lib/apt/lists/* # NOTE: `pipx install poetry` fails on Ubuntu Focal, when installed through APT. By # installing the latest version, we sidestep this issue.