guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-sphobjinv: Fix build.


From: guix-commits
Subject: branch master updated: gnu: python-sphobjinv: Fix build.
Date: Mon, 15 Mar 2021 07:54:16 -0400

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

lle_bout pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1ed435b  gnu: python-sphobjinv: Fix build.
1ed435b is described below

commit 1ed435bf394eee1a6cd9c354efb405920c212f0e
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Mon Mar 15 12:51:54 2021 +0100

    gnu: python-sphobjinv: Fix build.
    
    * gnu/packages/sphinx.scm (python-sphobjinv):
    [patches]: Remove.
    [propagated-inputs]: Add (uncomment) python-certifi.
---
 gnu/packages/sphinx.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 1704cbc..e85e4a0 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -44,6 +44,7 @@
   #:use-module (gnu packages image)
   #:use-module (gnu packages imagemagick)
   #:use-module (gnu packages python-build)
+  #:use-module (gnu packages python-crypto)
   #:use-module (gnu packages python-web)
   #:use-module (gnu packages python-xyz)
   #:use-module (gnu packages time))
@@ -736,12 +737,11 @@ executed during the Sphinx build process.")
        (uri (pypi-uri "sphobjinv" version))
        (sha256
         (base32
-         "126lgm54c94ay3fci512ap4l607gak90pbz0fk98syxvj5izrrzx"))
-       (patches (search-patches "python-sphobjinv-system-ca.patch"))))
+         "126lgm54c94ay3fci512ap4l607gak90pbz0fk98syxvj5izrrzx"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-attrs" ,python-attrs)
-       ;("python-certifi" ,python-certifi)
+       ("python-certifi" ,python-certifi)
        ("python-fuzzywuzzy" ,python-fuzzywuzzy)
        ("python-jsonschema" ,python-jsonschema)
        ("python-levenshtein" ,python-levenshtein)))



reply via email to

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