diff options
author | Pjotr Prins | 2025-08-11 03:39:46 -0500 |
---|---|---|
committer | Pjotr Prins | 2025-08-11 03:39:46 -0500 |
commit | 56a9d9ec46c79bfb41d89c25c79dae42545598cd (patch) | |
tree | 5a324aab157288ed1185f65a2cb6f37480d00d65 /gn/packages/edash.scm | |
parent | 216106a429d635ef5acd6272eefd1748232b58df (diff) | |
download | guix-bioinformatics-56a9d9ec46c79bfb41d89c25c79dae42545598cd.tar.gz |
Make repo compile against a recent guix
Diffstat (limited to 'gn/packages/edash.scm')
-rw-r--r-- | gn/packages/edash.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/edash.scm b/gn/packages/edash.scm index ac88e22..eda4da3 100644 --- a/gn/packages/edash.scm +++ b/gn/packages/edash.scm @@ -271,7 +271,7 @@ necessary.") ("python-pyyaml" ,python-pyyaml) ("python-pytest-cov" ,python-pytest-cov) ("python-jsonschema" ,python-jsonschema) - ("python-pytest-pep8" ,python-pytest-pep8) + ;; ("python-pytest-pep8" ,python-pytest-pep8) no longer upstream ("python-pytest-cache" ,python-pytest-cache) ;; ("python-pytest-flakes" ,python-pytest-flakes) )) @@ -303,7 +303,7 @@ with the Specification.") ("python-pyflakes" ,python-pyflakes) ("python-flake8" ,python-flake8) ("python-pytest-cov" ,python-pytest-cov) - ("python-pytest-pep8" ,python-pytest-pep8) + ;; ("python-pytest-pep8" ,python-pytest-pep8) no longer upstream ("python-pytest-cache" ,python-pytest-cache) ;; ("python-pytest-flakes" ,python-pytest-flakes) )) |