lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit f6ab0c06d78078578db216e1778ae06dcb5ab870
Author: Lars-Dominik Braun <[email protected]>
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)

Reply via email to