~ruther/guix-local

e9e4b2fafd77491f1865399f09f28ebe5d71916c — Danny Milosavljevic 1 year, 5 months ago 2743fae
gnu: python-extension-helpers: Fix build.

* gnu/packages/python-xyz.scm (python-extension-helpers)[native-inputs]:
Add python-pip.

Change-Id: I831a04e0581e5bbfb975d3cf8cc4ecb1e8ab01fd
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -1
@@ 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