guix-commits
[Top][All Lists]
Advanced

[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)



reply via email to

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