From 28c3e6443536ad48a21ca4b94010633e738f72e2 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 30 Mar 2023 18:06:13 +0200 Subject: [PATCH] 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 @@ (define-public python-fixtures-bootstrap ;; 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