diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-01 09:33:52 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-01 12:29:19 +0100 |
| commit | 4296310b59e8f04680c81ffa511adddfb9166897 (patch) | |
| tree | c833490d4939754e9870444a8f8cf1dcd08e47b7 /gnu/packages/benchmark.scm | |
| parent | 3cecec63c5762efa037d2b7885366ac20990b97c (diff) | |
gnu: python-cram: Move to python-check.
* gnu/packages/python-xyz.scm (python-cram): Move from here ...
* gnu/packages/python-check.scm: ... to here.
* gnu/packages/rcm.scm: Replace python-xyz with python-check module.
* gnu/packages/benchmark.scm: Add python-check module.
Change-Id: I0192701e4d4890735a18cc60abd2782fed8db090
Diffstat (limited to 'gnu/packages/benchmark.scm')
| -rw-r--r-- | gnu/packages/benchmark.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm index bc630bf723a..a851d6b8e07 100644 --- a/gnu/packages/benchmark.scm +++ b/gnu/packages/benchmark.scm @@ -67,6 +67,7 @@ #:use-module (gnu packages polkit) #:use-module (gnu packages python) #:use-module (gnu packages python-build) + #:use-module (gnu packages python-check) #:use-module (gnu packages python-science) #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) |
