[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: python-fixtures-bootstrap: Add missing dependency.
From: |
guix-commits |
Subject: |
03/07: gnu: python-fixtures-bootstrap: Add missing dependency. |
Date: |
Fri, 31 Mar 2023 07:27:54 -0400 (EDT) |
lbraun pushed a commit to branch core-updates
in repository guix.
commit 28c3e6443536ad48a21ca4b94010633e738f72e2
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Thu Mar 30 18:06:13 2023 +0200
gnu: python-fixtures-bootstrap: Add missing dependency.
* gnu/packages/check.scm (python-fixtures-bootstrap)[propagated-inputs]:
Add python-extras.
---
gnu/packages/check.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index ec7b943f1b..c7d7f343c9 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1936,7 +1936,7 @@ protocol.")))
;; Package is not loadable on its own at this stage.
(delete 'sanity-check))))
(propagated-inputs
- (list python-pbr-minimal python-six))
+ (list python-pbr-minimal python-six python-extras))
(home-page "https://launchpad.net/python-fixtures")
(synopsis "Python test fixture library")
(description
- branch core-updates updated (cdba566261 -> 3b57a9cac8), guix-commits, 2023/03/31
- 02/07: gnu: python-testtools: Remove unused dependency., guix-commits, 2023/03/31
- 04/07: gnu: python-fixtures: Add missing dependency., guix-commits, 2023/03/31
- 01/07: gnu: python-testtools-bootstrap: Update to 2.6.0., guix-commits, 2023/03/31
- 06/07: gnu: ucommon: Explicitly select C++ version., guix-commits, 2023/03/31
- 05/07: gnu: ghc-language-c: Update to 0.9.1., guix-commits, 2023/03/31
- 03/07: gnu: python-fixtures-bootstrap: Add missing dependency.,
guix-commits <=
- 07/07: gnu: python-pytest-isort: Update to 3.1.0., guix-commits, 2023/03/31