[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/361: gnu: python-billiard: Add missing inputs.
From: |
guix-commits |
Subject: |
50/361: gnu: python-billiard: Add missing inputs. |
Date: |
Fri, 22 Nov 2024 06:00:10 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit dee819402d5521eac62f1e2126438feb6d2efc3d
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 06e6c3c0ca..84d65dac90 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
- 46/361: gnu: python-mysqlclient: Add missing inputs., (continued)
- 46/361: gnu: python-mysqlclient: Add missing inputs., guix-commits, 2024/11/22
- 44/361: gnu: python-itemloaders: Fix indentation., guix-commits, 2024/11/22
- 62/361: gnu: python-nbconvert: Add missing texlive inputs., guix-commits, 2024/11/22
- 68/361: gnu: Add python-isoduration., guix-commits, 2024/11/22
- 09/361: guix: toml: Add TOML parser., guix-commits, 2024/11/22
- 11/361: gnu: python-pytest-xdist: Disable failing test., guix-commits, 2024/11/22
- 13/361: doc: Document new options for pyproject-build-system., guix-commits, 2024/11/22
- 14/361: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/11/22
- 19/361: gnu: Add setuptools/wheel to more Python packages., guix-commits, 2024/11/22
- 23/361: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/11/22
- 50/361: gnu: python-billiard: Add missing inputs.,
guix-commits <=
- 03/361: gnu: python-sphinx-alabaster-theme: Update to 0.7.13., guix-commits, 2024/11/22
- 08/361: gnu: sssd: Import ensure-no-mtimes-pre-1980., guix-commits, 2024/11/22
- 06/361: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/11/22
- 16/361: gnu: Add missing import (again)., guix-commits, 2024/11/22
- 18/361: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/11/22
- 27/361: gnu: python-lightning-cloud: Disable tests., guix-commits, 2024/11/22
- 26/361: gnu: python-myst-parser: Relax some requirements., guix-commits, 2024/11/22
- 25/361: gnu: python-textual: Update to 0.50.1., guix-commits, 2024/11/22
- 29/361: gnu: python-argcomplete: Update to 3.2.2., guix-commits, 2024/11/22
- 32/361: gnu: python-ipython: Update to 8.22.1., guix-commits, 2024/11/22