mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-testpath: Remove incorrect #:imported-modules.
Fixes <https://bugs.gnu.org/39298>. Reported by Clément Lassieur <clement@lassieur.org> and Ricardo Wurmus <rekado@elephly.net>. 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.
This commit is contained in:
parent
1f7f16dced
commit
5e61de2421
1 changed files with 1 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
|||
;;; Copyright © 2017 ng0 <ng0@n0.is>
|
||||
;;; Copyright © 2015, 2017, 2018 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Marius Bakke <mbakke@fastmail.com>
|
||||
;;; Copyright © 2017, 2018 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2017, 2018, 2020 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2018 Fis Trivial <ybbs.daans@hotmail.com>
|
||||
;;; Copyright © 2019 Pierre Langlois <pierre.langlois@gmx.com>
|
||||
;;; Copyright © 2019 Chris Marusich <cmmarusich@gmail.com>
|
||||
|
@ -1441,8 +1441,6 @@ (define-public python-testpath
|
|||
#: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)
|
||||
|
|
Loading…
Reference in a new issue