guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit a6bc69af5cdbebacc6aee775c60e4649813c8142
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Feb 4 13:08:35 2026 +0000

    gnu: libmemcached: Fix build.
    
    * gnu/packages/databases.scm (libmemcached):
      [native-inputs]: Remove python-sphinx; add python-sphinx-6.
    
    Change-Id: I457afdd5e7ce7db753d26cf9f8e9e3c0cc05e792
---
 gnu/packages/databases.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 7a3afc13ed..6f101f74af 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -712,6 +712,7 @@ and generic API, and was originally intended for use with 
dynamic web
 applications.")
     (license license:bsd-3)))
 
+;; See: <https://codeberg.org/guix/guix/issues/6122>.
 (define-public libmemcached
   (package
     (name "libmemcached")
@@ -738,7 +739,7 @@ applications.")
            bison
            flex
            perl
-           python-sphinx)) ;to build the HTML doc.
+           python-sphinx-6)) ;to build the HTML doc.
     (inputs
      (list libevent cyrus-sasl))
     (outputs '("out" "doc"))

Reply via email to