From e9e4b2fafd77491f1865399f09f28ebe5d71916c Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Sun, 15 Dec 2024 23:37:38 +0100 Subject: [PATCH] gnu: python-extension-helpers: Fix build. * gnu/packages/python-xyz.scm (python-extension-helpers)[native-inputs]: Add python-pip. Change-Id: I831a04e0581e5bbfb975d3cf8cc4ecb1e8ab01fd --- gnu/packages/python-xyz.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bef517fbf1fe280b43644a8d7aaeebdc75544054..1c3c5d5d9c85974c6ac90ab5f5d27cd0d6572ba4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5343,7 +5343,8 @@ and is not compatible with JSON.") python-setuptools-scm python-tomli python-setuptools - python-wheel)) + python-wheel + python-pip)) (home-page "https://extension-helpers.readthedocs.io") (synopsis "Astropy ecosystem utilities for building and installing packages") (description