summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-10-28 20:38:55 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-20 01:06:37 +0000
commit53582196c98caa4db7a4c8e23d1bb22233a0aee0 (patch)
treee2f9848f26353f7537762c2ea9072d739fb404e3 /gnu
parent7b14380918e8ef7f0018507409bc328afc31c417 (diff)
gnu: python-graphviz: Remove python-pytest-cov input.
* gnu/packages/graphviz.scm (python-graphviz)[native-inputs]: Remove python-pytest-cov and python-wheel. Change-Id: Ia1870c95320cc86de588362db2a7784615be6a54 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/graphviz.scm6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index 8c7fd8718d7..51149f82012 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -151,7 +151,7 @@ interfaces for other technical domains.")
(list
#:phases
#~(modify-phases %standard-phases
- (add-after 'unpack 'pathch-pytest-options
+ (add-after 'unpack 'patch-pytest-options
(lambda _
(substitute* "setup.cfg"
((".*doctest.*") "")
@@ -167,10 +167,8 @@ interfaces for other technical domains.")
graphviz
python-mock
python-pytest
- python-pytest-cov
python-pytest-mock
- python-setuptools
- python-wheel))
+ python-setuptools))
(home-page "https://github.com/xflr6/graphviz")
(synopsis "Simple Python interface for Graphviz")
(description