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:
Danny Milosavljevic 2024-12-15 23:37:38 +01:00
parent 2743faebb2
commit e9e4b2fafd
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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