guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: python-pyyaml: Fix build.


From: guix-commits
Subject: branch core-updates updated: gnu: python-pyyaml: Fix build.
Date: Fri, 09 Jul 2021 19:40:40 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 80506bc  gnu: python-pyyaml: Fix build.
80506bc is described below

commit 80506bc6daa1d106e6f836f741eedfa92ad4e4b6
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Jul 10 01:36:50 2021 +0200

    gnu: python-pyyaml: Fix build.
    
    python-cython is required to generate the C source for the libyaml
    extension, which is required for the `_yaml' module to work.  This in
    turn lets the `sanity-check' phase succeed.
    
    * gnu/packages/python-xyz.scm (python-pyyaml)[inputs]: Add
    python-cython.
---
 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 69414db..7504e9f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3524,7 +3524,8 @@ environments and back.")
          "0pm440pmpvgv5rbbnm8hk4qga5a292kvlm1bh3x2nwr8pb5p8xv0"))))
     (build-system python-build-system)
     (inputs
-     `(("libyaml" ,libyaml)))
+     `(("libyaml" ,libyaml)
+       ("python-cython" ,python-cython)))
     (home-page "https://pyyaml.org";)
     (synopsis "YAML parser and emitter for Python")
     (description



reply via email to

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