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

commit 998f0150af85a3c14403163d5b588ce6a547538d
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Sun Jul 12 23:28:52 2026 +0200

    gnu: mercurial: Fix build.
    
    * gnu/packages/version-control.scm (mercurial): Fix build.
    [inputs]: Add python-roman.
    [native-inputs]: Remove python-wheel.
    
    Merges: guix/guix!9885
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/version-control.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 6e8424236c..2752468c0a 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -3134,9 +3134,13 @@ execution of any hook written in any language before 
every commit.")
     (native-inputs
      (list python-docutils
            ;; The following inputs are only needed to run the tests.
-           python-setuptools python-setuptools-scm python-wheel unzip which))
+           python-setuptools
+           python-setuptools-scm
+           unzip
+           which))
     (inputs
-     (list python-wrapper))
+     (list python-wrapper
+           python-roman))
     ;; Find third-party extensions.
     (native-search-paths
      (list (search-path-specification

Reply via email to