me
/
guix
Archived
1
0
Fork 0

gnu: psautohint: Remove unneeded dependencies.

* gnu/packages/fontutils.scm (psautohint)[native-inputs]: Remove
PYTHON-FS and PYTHON-PYTEST-RANDOMLY.
master
Ludovic Courtès 2023-05-04 22:49:05 +02:00
parent 0584f5b489
commit 9e95be01d9
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 0 additions and 2 deletions

View File

@ -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))