guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit e097c8a7427057c691d10f079c1f571a0f6ea781
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jul 29 13:46:42 2025 +0100

    gnu: python-pytest-astropy-header: Switch to pyproject-build-system.
    
    * gnu/packages/python-check.scm (python-pytest-astropy-header)
      [build-system]: Use pyproject.
      [native-inputs]: Add python-numpy, and python-setuptools.
    
    Change-Id: If5b14d02eac7710c703d3f1b2ad0bca4b9ccafde
---
 gnu/packages/python-check.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 9833545af0..9fd7a7fdb7 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1840,9 +1840,12 @@ astropy related packages.")
       (uri (pypi-uri "pytest-astropy-header" version))
       (sha256
         (base32 "046v4arinv8b5jz05pvhnc0n1aqqndwvhlsl635ahxabr40i32bp"))))
-  (build-system python-build-system)
+  (build-system pyproject-build-system)
   (native-inputs
-   (list python-pytest python-setuptools-scm))
+   (list python-numpy
+         python-pytest
+         python-setuptools
+         python-setuptools-scm))
   (home-page "https://www.astropy.org/";)
   (synopsis
    "Pytest plugin adding diagnostic data to the header of the test output")

Reply via email to