[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: psautohint: Remove unneeded dependencies.
From: |
guix-commits |
Subject: |
01/02: gnu: psautohint: Remove unneeded dependencies. |
Date: |
Thu, 4 May 2023 17:18:38 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 9e95be01d96b03f0335dc4ab5e80ee1723181a5b
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu May 4 22:49:05 2023 +0200
gnu: psautohint: Remove unneeded dependencies.
* gnu/packages/fontutils.scm (psautohint)[native-inputs]: Remove
PYTHON-FS and PYTHON-PYTEST-RANDOMLY.
---
gnu/packages/fontutils.scm | 2 --
1 file changed, 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))