[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
226/361: gnu: python-assay: Add missing inputs.
From: |
guix-commits |
Subject: |
226/361: gnu: python-assay: Add missing inputs. |
Date: |
Fri, 22 Nov 2024 06:00:46 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 51ec238d92cd64d4f3c031be1d03439be15841b7
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Nov 4 21:14:01 2024 +0000
gnu: python-assay: Add missing inputs.
* gnu/packages/python-check.scm (python-assay) [native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Iec407e0f8483a037a07a9467a2a158dd049576f0
---
gnu/packages/python-check.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 353acaac26..9fcbed3c57 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -91,6 +91,8 @@
(lambda* (#:key tests? test-flags #:allow-other-keys)
(when tests?
(apply invoke "python" test-flags)))))))
+ (native-inputs
+ (list python-setuptools python-wheel))
(home-page "https://github.com/brandon-rhodes/assay")
(synopsis "Python testing framework")
(description
- 310/361: gnu: python-pytest-xdist: Update to 3.6.1., (continued)
- 310/361: gnu: python-pytest-xdist: Update to 3.6.1., guix-commits, 2024/11/22
- 314/361: gnu: python-openpyxl: Update to 3.1.5., guix-commits, 2024/11/22
- 322/361: gnu: python-execnet: Update to 2.1.1., guix-commits, 2024/11/22
- 325/361: gnu: python-trove-classifiers: Update to 2024.10.21.16., guix-commits, 2024/11/22
- 327/361: gnu: python-editables: Update to 0.5., guix-commits, 2024/11/22
- 341/361: gnu: python-pytest-localserver: Update to 0.9.0.post0., guix-commits, 2024/11/22
- 347/361: gnu: python-blinker: Update to 1.9.0., guix-commits, 2024/11/22
- 354/361: gnu: python-flasgger: Update to 0.9.7.1., guix-commits, 2024/11/22
- 135/361: gnu: python-ipywidgets: Update to 8.1.2., guix-commits, 2024/11/22
- 220/361: gnu: build-system/pyproject: Add missing native-inputs., guix-commits, 2024/11/22
- 226/361: gnu: python-assay: Add missing inputs.,
guix-commits <=
- 262/361: gnu: python-pandera: Adjust inputs., guix-commits, 2024/11/22
- 264/361: gnu: hangups: Fix build., guix-commits, 2024/11/22
- 263/361: gnu: python-urwid: Update to 2.6.16., guix-commits, 2024/11/22
- 283/361: gnu: python-mediafile: Update to 0.13.0., guix-commits, 2024/11/22
- 359/361: gnu: python-pytest-mpl: Update to 0.17.0., guix-commits, 2024/11/22
- 122/361: gnu: python-lsp-jsonrpc: Update to 1.1.2., guix-commits, 2024/11/22
- 305/361: gnu: python-pexpect: Update to 4.9.0., guix-commits, 2024/11/22
- 196/361: gnu: python-flake8-isort: Move to pyproject-build-system., guix-commits, 2024/11/22
- 245/361: gnu: nikola: Fix build., guix-commits, 2024/11/22
- 251/361: gnu: behave: Update to 1.2.7.dev5., guix-commits, 2024/11/22