diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-16 22:57:27 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-16 23:07:19 +0100 |
commit | 6465931bbc118d4ed9da652b0be74ed844b52b2a (patch) | |
tree | 7d78c21d809ec062093aae46615a2691feec56b0 | |
parent | f68bd9b249f1f2345432a75f4e3a9f6478eb451f (diff) | |
download | guix-6465931bbc118d4ed9da652b0be74ed844b52b2a.tar.gz guix-6465931bbc118d4ed9da652b0be74ed844b52b2a.zip |
gnu: packages/python-check: Remove docker module.
* gnu/packages/python-check.scm: Remove unused docker module.
Change-Id: I84889552350713f57c8a52e91baf212e7f1796a1
-rw-r--r-- | gnu/packages/python-check.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 8be53d098b..587fbac11e 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -58,7 +58,6 @@ #:use-module (gnu packages certs) #:use-module (gnu packages check) #:use-module (gnu packages django) - #:use-module (gnu packages docker) #:use-module (gnu packages jupyter) #:use-module (gnu packages maths) #:use-module (gnu packages mpi) |