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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 11ab410217 gnu: python-mohawk: Fix build (for now).
11ab410217 is described below

commit 11ab410217fa094f040128917e90ea89ee586ffc
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Sun Oct 5 08:45:05 2025 +0200

    gnu: python-mohawk: Fix build (for now).
    
    python-mohawk is a leaf package whose source hasn't been updated in six
    years.  All of the forks still import six. It seems ready for
    deprecation. Nevertheless, as long as we still have six in the
    repository, we might as well make the package build. Added a comment
    that can be seen when grepping for 'python-six'.
    
    * gnu/packages/python-web.scm (python-mohawk): Fix build.
    [propagated-inputs]: Add python-six.
    
    Change-Id: Iaac6c2562e65843946361f1cce94ba38207a9640
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-web.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 18e0602210..df2da32bf2 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5924,6 +5924,8 @@ protocol, both client and server for Python asyncio 
module.
       (arguments
        (list #:test-flags #~(list "mohawk/tests.py")))
       (native-inputs (list python-pytest python-setuptools))
+      (propagated-inputs (list python-six)) ;TODO: remove python-mohawk when
+                                            ;python-six is removed?
       (home-page "https://github.com/kumar303/mohawk";)
       (synopsis "Library for Hawk HTTP authorization")
       (description

Reply via email to