[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49272] [PATCH 09/10] gnu: python2-pyfakefs: Remove package.
From: |
zimoun |
Subject: |
[bug#49272] [PATCH 09/10] gnu: python2-pyfakefs: Remove package. |
Date: |
Tue, 29 Jun 2021 15:11:17 +0200 |
* gnu/packages/check.scm (python2-pyfakefs): Remove variable.
---
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 55e4cc96ab..d4820d911d 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
--
2.32.0
- [bug#49272] [PATCH 00/10] broken Python 2 packages removal, zimoun, 2021/06/29
- [bug#49272] [PATCH 01/10] gnu: python2-nbconvert: Remove package., zimoun, 2021/06/29
- [bug#49272] [PATCH 03/10] gnu: python2-ipython: Remove package., zimoun, 2021/06/29
- [bug#49272] [PATCH 02/10] gnu: python2-jupyter-client: Remove package., zimoun, 2021/06/29
- [bug#49272] [PATCH 04/10] gnu: python2-nbformat: Remove package., zimoun, 2021/06/29
- [bug#49272] [PATCH 09/10] gnu: python2-pyfakefs: Remove package.,
zimoun <=
- [bug#49272] [PATCH 05/10] gnu: python2-terminado: Remove package., zimoun, 2021/06/29
- [bug#49272] [PATCH 06/10] gnu: python2-toolz: Remove package., zimoun, 2021/06/29
- [bug#49272] [PATCH 10/10] gnu: python2-pgpdump: Remove package., zimoun, 2021/06/29
- [bug#49272] [PATCH 07/10] gnu: python2-testpath: Remove package., zimoun, 2021/06/29
- [bug#49272] [PATCH 08/10] gnu: python2-pyzmq: Remove package., zimoun, 2021/06/29