guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-testpath: Remove incorrect #:imported


From: guix-commits
Subject: branch master updated: gnu: python-testpath: Remove incorrect #:imported-modules.
Date: Mon, 27 Jan 2020 08:18:18 -0500

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5e61de2  gnu: python-testpath: Remove incorrect #:imported-modules.
5e61de2 is described below

commit 5e61de242156cdb3314abac168d9682ca7a4c28f
Author: Ludovic Courtès <address@hidden>
AuthorDate: Mon Jan 27 14:00:10 2020 +0100

    gnu: python-testpath: Remove incorrect #:imported-modules.
    
    Fixes <https://bugs.gnu.org/39298>.
    Reported by Clément Lassieur <address@hidden>
    and Ricardo Wurmus <address@hidden>.
    
    This pacakge would import (srfi srfi-1) from the host Guile, leading to
    build failures when the host Guile is 3.0.
    
    * gnu/packages/check.scm (python-testpath)[arguments]: Remove incorrect
     #:imported-modules.
---
 gnu/packages/check.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index e10e684..eb2e2d6 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -26,7 +26,7 @@
 ;;; Copyright © 2017 ng0 <address@hidden>
 ;;; Copyright © 2015, 2017, 2018 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Marius Bakke <address@hidden>
-;;; Copyright © 2017, 2018 Ludovic Courtès <address@hidden>
+;;; Copyright © 2017, 2018, 2020 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2018 Fis Trivial <address@hidden>
 ;;; Copyright © 2019 Pierre Langlois <address@hidden>
 ;;; Copyright © 2019 Chris Marusich <address@hidden>
@@ -1441,8 +1441,6 @@ C/C++, R, and more, and uploads it to the 
@code{codecov.io} service.")
        #:modules ((guix build python-build-system)
                   (guix build utils)
                   (srfi srfi-1))
-       #:imported-modules (,@%python-build-system-modules
-                           (srfi srfi-1))
        #:phases
        (modify-phases %standard-phases
          (delete 'install)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]