mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pytest-openfiles: Adjust inputs.
* gnu/packages/python-check.scm (python-pytest-openfiles) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Id198c8313bbc630444ec5d55ce385967fe90e395
This commit is contained in:
parent
7596da43fc
commit
90456b3242
1 changed files with 4 additions and 1 deletions
|
@ -977,7 +977,10 @@ access to test session metadata.")
|
|||
(base32 "14x9f1l9a5ghf527i5qfcfa003mkrky1dhx2hfwq5nma9v1n0lgz"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-setuptools-scm python-pytest))
|
||||
(list python-pytest
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-psutil))
|
||||
(home-page "https://github.com/astropy/pytest-openfiles")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue