[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-extension-helpers: Fix build.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-extension-helpers: Fix build. |
Date: |
Sun, 15 Dec 2024 17:40:10 -0500 |
This is an automated email from the git hooks/post-receive script.
dannym pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e9e4b2fafd gnu: python-extension-helpers: Fix build.
e9e4b2fafd is described below
commit e9e4b2fafd77491f1865399f09f28ebe5d71916c
Author: Danny Milosavljevic <dannym@friendly-machines.com>
AuthorDate: Sun Dec 15 23:37:38 2024 +0100
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 bef517fbf1..1c3c5d5d9c 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-extension-helpers: Fix build.,
guix-commits <=