diff options
author | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-15 23:37:38 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-15 23:39:13 +0100 |
commit | e9e4b2fafd77491f1865399f09f28ebe5d71916c (patch) | |
tree | 031705696ff778ba44723270e830cf736f61d0bc | |
parent | 2743faebb2893f65fb29a5cfd55c72a66a2b98a9 (diff) | |
download | guix-e9e4b2fafd77491f1865399f09f28ebe5d71916c.tar guix-e9e4b2fafd77491f1865399f09f28ebe5d71916c.tar.gz |
gnu: python-extension-helpers: Fix build.
* gnu/packages/python-xyz.scm (python-extension-helpers)[native-inputs]:
Add python-pip.
Change-Id: I831a04e0581e5bbfb975d3cf8cc4ecb1e8ab01fd
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 |