[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/150: gnu: pybind11: Add python-setuptools.
From: |
guix-commits |
Subject: |
38/150: gnu: pybind11: Add python-setuptools. |
Date: |
Sun, 24 Apr 2022 05:12:19 -0400 (EDT) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit f6ab0c06d78078578db216e1778ae06dcb5ab870
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Wed Dec 29 10:49:33 2021 +0100
gnu: pybind11: Add python-setuptools.
Not included with python-wrapper any more.
* gnu/packages/python-xyz.scm (pybind11)[native-inputs]: Add
python-setuptools.
---
gnu/packages/python-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 555a96a75d..6115317baa 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22476,6 +22476,7 @@ user-space file systems in Python.")
(build-system cmake-build-system)
(native-inputs
`(("python" ,python-wrapper)
+ ("python-setuptools" ,python-setuptools)
;; The following dependencies are used for tests.
("python-pytest" ,python-pytest)
- 96/150: gnu: python-webob: Disable tests., (continued)
- 96/150: gnu: python-webob: Disable tests., guix-commits, 2022/04/24
- 95/150: gnu: python-docker-pycreds: Disable tests., guix-commits, 2022/04/24
- 117/150: gnu: python-gphoto2: Disable tests., guix-commits, 2022/04/24
- 119/150: gnu: python-pytest-doctestplus: Add missing build input., guix-commits, 2022/04/24
- 126/150: gnu: python-backpack: Disable tests., guix-commits, 2022/04/24
- 133/150: gnu: python-cssselect2: Add missing build inputs., guix-commits, 2022/04/24
- 138/150: gnu: python-igraph: Fix #:configure-flags., guix-commits, 2022/04/24
- 141/150: gnu: python-pypa-build: Move inputs to propagated inputs., guix-commits, 2022/04/24
- 149/150: gnu: python-pytest-aiohttp: Disable tests., guix-commits, 2022/04/24
- 131/150: gnu: python-cloudpickle-testpkg: Disable tests., guix-commits, 2022/04/24
- 38/150: gnu: pybind11: Add python-setuptools.,
guix-commits <=
- 118/150: gnu: python-asyncmy: Add missing build input., guix-commits, 2022/04/24
- 144/150: gnu: python-lsp-jsonrpc: Add missing test input., guix-commits, 2022/04/24
- 41/150: gnu: python-pytest-cache: Disable tests., guix-commits, 2022/04/24
- 128/150: gnu: python-bitarray: Disable tests., guix-commits, 2022/04/24
- 130/150: gnu: python-bx-python: Disable tests., guix-commits, 2022/04/24
- 129/150: gnu: python-blessed: Remove tox.ini., guix-commits, 2022/04/24
- 19/150: gnu: python-ppmd-cffi: Remove unused inputs., guix-commits, 2022/04/24
- 42/150: gnu: python-pytest-xprocess: Disable tests., guix-commits, 2022/04/24
- 113/150: gnu: python-typer: Add missing build input., guix-commits, 2022/04/24
- 121/150: gnu: python-pymol: Convert #:configure-flags and disable tests., guix-commits, 2022/04/24