From a3926a5c29f1a6360e2ad0fd5bf0d6f009090406 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 6 Oct 2025 09:54:09 -0500 Subject: python-unittest2: Copy deleted package over from guix mainline Certain packages in guix-bioinformatics have `python-unittest2` as a dependency, but the package was deleted from guix mainline. This commit copies the deleted package definition over to guix-bioinformatics and includes the module where the package is used. --- gn/packages/python.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gn/packages/python.scm') diff --git a/gn/packages/python.scm b/gn/packages/python.scm index 8175f5e..54d45a4 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -42,7 +42,8 @@ #:use-module (guix utils) #:use-module (guix build-system pyproject) #:use-module (guix build-system python) - #:use-module (srfi srfi-1)) + #:use-module (srfi srfi-1) + #:use-module (gn packages check)) (define-public python-rpy2-2.9 (package -- cgit 1.4.1