diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-05 16:13:37 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:18:31 +0100 |
| commit | a4d4d6af000341d378be63a3a53e8887de2ed480 (patch) | |
| tree | 396d6d0be611755930accbf19288adef26b8b376 /gnu/packages/python-web.scm | |
| parent | 782d532a4076bd6b89313d2d93a5ee6a9748f864 (diff) | |
gnu: python-cloudpathlib: Fix tests.
* gnu/packages/python-web.scm (python-cloudpathlib)[native-inputs]:
Add python-psutil.
Change-Id: I2c13d89f7739f94ca5532188cafaba7d6b214f1d
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 321eb385034..dee782de521 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -433,6 +433,7 @@ and JSON. (list ;; python-azure-identity python-dotenv python-flit-core + python-psutil python-pydantic python-pytest python-pytest-cases |
