guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: python2-pyfakefs: Remove package.


From: guix-commits
Subject: 09/10: gnu: python2-pyfakefs: Remove package.
Date: Mon, 5 Jul 2021 03:18:16 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 64c181d5a9528c6dca0f5168da010e8155003c52
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Tue Jun 29 15:11:17 2021 +0200

    gnu: python2-pyfakefs: Remove package.
    
    * gnu/packages/check.scm (python2-pyfakefs): Remove variable.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/check.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 55e4cc9..d4820d9 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2849,16 +2849,13 @@ under test to interact with a fake file system instead 
of the real file
 system.  The code under test requires no modification to work with pyfakefs.")
     (license license:asl2.0)))
 
-(define-public python2-pyfakefs
-  (package-with-python2 python-pyfakefs))
-
 ;; This minimal variant is used to avoid a circular dependency between
 ;; python2-importlib-metadata, which requires pyfakefs for its tests, and
 ;; python2-pytest, which requires python2-importlib-metadata.
 (define-public python2-pyfakefs-bootstrap
   (hidden-package
    (package
-     (inherit python2-pyfakefs)
+     (inherit (package-with-python2 python-pyfakefs))
      (name "python2-pyfakefs-bootstrap")
      (native-inputs '())
      (arguments



reply via email to

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