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

commit e41f20852fc8aa08ce47f04b6cc55fadc40cccae
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 17 01:08:13 2026 +0000

    gnu: python-iso8601/pinned: Switch to pyproject.
    
    * gnu/packages/time.scm (python-iso8601/pinned):
    [build-system]: Switch to pyproject-build-system.
    [native-inputs]: Add python-setuptools.
    
    Change-Id: I0516abc57cdd28946e0f6391f401a5509b43f255
---
 gnu/packages/time.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 6871ac4157..e0309a9c9e 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -680,14 +680,14 @@ ISO 8601 dates, time and duration.")
         (sha256
          (base32
           "1ccl6plks706hxm35cn1wsvxhqh3bfwi5cjgjpdxjib81qi07x97"))))
-     (build-system python-build-system)
+     (build-system pyproject-build-system)
      (arguments
       '(#:phases (modify-phases %standard-phases
                    (replace 'check
                      (lambda _
                        (invoke "pytest" "-vv" "iso8601"))))))
      (native-inputs
-      (list python-pytest python-pytz)))))
+      (list python-pytest python-pytz python-setuptools)))))
 
 (define-public python-monotonic
   (package

Reply via email to