diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-03-26 20:30:56 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:14:48 +0100 |
| commit | eaa713dc463dbd9d4c48c18098b7a1f4e8e1bfee (patch) | |
| tree | 4eaf56a6d1ce21f487a22a661b439c231dea4399 /gnu/packages/fontutils.scm | |
| parent | 288d5fb6a7391efcee18435070a26c18c3289baa (diff) | |
gnu: packages: Drop python-pytest-runner native-inputs.
This commit was generated using https://codeberg.org/guix/guix/pulls/5862:
guix style -S remove-native-inputs --parameter=python-pytest-runner
and adding back python-pytest if necessary.
* gnu/packages/geo.scm (python-pyshp)
* gnu/packages/backup.scm (vorta)
[native-inptus]: Remove python-pytest-runner, add python-pytest.
* gnu/packages/backup.scm (duplicity)
* gnu/packages/linux.scm (python-spython)
* gnu/packages/bioinformatics.scm (python-cwl-utils)
* gnu/packages/databases.scm (python-pyarrow, datasette)
* gnu/packages/fontutils.scm (python-cu2qu)
* gnu/packages/gnome.scm (terminator)
* gnu/packages/music.scm (stargate)
* gnu/packages/python-science.scm (python-upsetplot)
* gnu/packages/python-web.scm (python-falcon, python-cssselect2)
* gnu/packages/python-xyz.scm (python-docrep, python-cairocffi,
python-entrypoint2)
* gnu/packages/task-management.scm (todoman)
* gnu/packages/video.scm (yle-dl)
* gnu/packages/vpn.scm (sshuttle)
[native-inptus]: Remove python-pytest-runner.
Relates-to: https://codeberg.org/guix/guix/issues/7474
Change-Id: Ia79595309ba8965c4374e7c24a1ef4c3e36fe1ea
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/fontutils.scm')
| -rw-r--r-- | gnu/packages/fontutils.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index 4dfd670e432..f02fc11b232 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm | |||
| @@ -620,7 +620,6 @@ for fontTools.") | |||
| 620 | (list python-cython | 620 | (list python-cython |
| 621 | python-defcon | 621 | python-defcon |
| 622 | python-pytest | 622 | python-pytest |
| 623 | python-pytest-runner | ||
| 624 | python-setuptools | 623 | python-setuptools |
| 625 | python-setuptools-scm | 624 | python-setuptools-scm |
| 626 | python-wheel | 625 | python-wheel |
