mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-extension-helpers: Fix build.
* gnu/packages/python-xyz.scm (python-extension-helpers)[native-inputs]: Add python-pip. Change-Id: I831a04e0581e5bbfb975d3cf8cc4ecb1e8ab01fd
This commit is contained in:
parent
2743faebb2
commit
e9e4b2fafd
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue