guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

35/103: gnu: pybind11: Add python-setuptools.


From: guix-commits
Subject: 35/103: gnu: pybind11: Add python-setuptools.
Date: Wed, 5 Jan 2022 09:44:32 -0500 (EST)

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

commit ed472af7cfc45eb112149dc6463a372fb0761c29
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 6cd400c9ab..a2d62a5ca6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21377,6 +21377,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

[Prev in Thread] Current Thread [Next in Thread]