diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-05-04 22:49:05 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-05-04 23:14:21 +0200 |
commit | 9e95be01d96b03f0335dc4ab5e80ee1723181a5b (patch) | |
tree | ee63d286c437f0c48b19aa85712949566db0dde5 /gnu/packages | |
parent | 0584f5b48987c058e2dd694c2bc886b7aa40e15d (diff) | |
download | guix-9e95be01d96b03f0335dc4ab5e80ee1723181a5b.tar guix-9e95be01d96b03f0335dc4ab5e80ee1723181a5b.tar.gz |
gnu: psautohint: Remove unneeded dependencies.
* gnu/packages/fontutils.scm (psautohint)[native-inputs]: Remove
PYTHON-FS and PYTHON-PYTEST-RANDOMLY.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/fontutils.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index e7b5dc89a6..65f28de017 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm @@ -808,10 +808,8 @@ suite of the @code{psautohint} package.") (inputs (list python-fonttools)) (native-inputs (list psautohint-font-data - python-fs python-pytest python-pytest-cov - python-pytest-randomly python-pytest-xdist python-setuptools-scm python-wheel)) |