mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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>
This commit is contained in:
parent
7b14380918
commit
53582196c9
1 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue