gnu: psautohint: Remove unneeded dependencies.

* gnu/packages/fontutils.scm (psautohint)[native-inputs]: Remove
PYTHON-FS and PYTHON-PYTEST-RANDOMLY.
This commit is contained in:
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

View file

@ -808,10 +808,8 @@ (define-public psautohint
(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))