diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-07 10:13:04 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:19:05 +0000 |
commit | 90456b324290a6839ba0b77fa84a80caa72b020f (patch) | |
tree | 7adf77fd822fcb39ee778ecd0d80073668077e6b /gnu/packages/python-check.scm | |
parent | 7596da43fc47ff2ff3ca055606f5dc2588fa90dd (diff) | |
download | guix-90456b324290a6839ba0b77fa84a80caa72b020f.tar.gz guix-90456b324290a6839ba0b77fa84a80caa72b020f.zip |
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
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r-- | gnu/packages/python-check.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index f38dded9df..0aaefd4b5d 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -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") |