[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/420: gnu: python-billiard: Add missing inputs.
From: |
guix-commits |
Subject: |
50/420: gnu: python-billiard: Add missing inputs. |
Date: |
Tue, 26 Nov 2024 16:28:29 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 000eb78dff81bb77f0df40c48db8d90113372d46
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 4 21:27:17 2024 +0200
gnu: python-billiard: Add missing inputs.
* gnu/packages/python-xyz.scm (python-billiard)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I1d9cd2adcd950cef622c9d81ed7cec5dea25f7e0
---
gnu/packages/python-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f8806251c6..76d5db0cd4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20045,7 +20045,8 @@ RabbitMQ messaging server is the most popular
implementation.")
'("billiard/popen_spawn_win32.py"
"billiard/_win.py")))))))
(native-inputs
- (list python-case python-psutil python-pytest))
+ (list python-case python-psutil python-pytest python-setuptools
+ python-wheel))
(home-page "https://github.com/celery/billiard")
(synopsis "Python multiprocessing fork with improvements and bugfixes")
(description
- 21/420: gnu: python-markdown-it-py: Update to 3.0.0., (continued)
- 21/420: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/11/26
- 24/420: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/11/26
- 22/420: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/11/26
- 26/420: gnu: python-myst-parser: Relax some requirements., guix-commits, 2024/11/26
- 23/420: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/11/26
- 28/420: gnu: Add python-pytest-mypy-testing., guix-commits, 2024/11/26
- 31/420: gnu: python-prompt-toolkit: Update to 3.0.43., guix-commits, 2024/11/26
- 33/420: gnu: Add python-rapidfuzz., guix-commits, 2024/11/26
- 37/420: gnu: python-eventlet: Update to 0.35.2., guix-commits, 2024/11/26
- 42/420: gnu: python-pynacl: Add missing inputs., guix-commits, 2024/11/26
- 50/420: gnu: python-billiard: Add missing inputs.,
guix-commits <=
- 62/420: gnu: python-nbconvert: Add missing texlive inputs., guix-commits, 2024/11/26
- 61/420: gnu: python-nbclient: Add Setuptools and Wheel., guix-commits, 2024/11/26
- 48/420: gnu: python-joblib: Add missing inputs., guix-commits, 2024/11/26
- 71/420: gnu: Add python-overrides., guix-commits, 2024/11/26
- 79/420: gnu: python-argon2-cffi: Update to 21.1.0., guix-commits, 2024/11/26
- 88/420: gnu: python-ipykernel: Set environment variable., guix-commits, 2024/11/26
- 94/420: gnu: python-jsonpointer: Update to 1.14., guix-commits, 2024/11/26
- 80/420: gnu: python-jsonschema: Update to 4.22.0., guix-commits, 2024/11/26
- 38/420: gnu: python-argcomplete: Add missing input., guix-commits, 2024/11/26
- 43/420: gnu: python-pytest-arraydiff: Add missing inputs., guix-commits, 2024/11/26