guix-commits
[Top][All Lists]
Advanced

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

04/16: gnu: python-radon: Permit newer versions of mando.


From: guix-commits
Subject: 04/16: gnu: python-radon: Permit newer versions of mando.
Date: Mon, 15 Aug 2022 18:50:47 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 46cb02c7cbd4ab1b89f24844d7889ab8a30d9e38
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Aug 15 23:24:11 2022 +0200

    gnu: python-radon: Permit newer versions of mando.
    
    * gnu/packages/python-xyz.scm (python-radon)[arguments]: Add setup.py
    substitution.
---
 gnu/packages/python-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 95507971b2..85dfc3c3e0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19837,6 +19837,8 @@ while only declaring the test-specific fields.")
                       (substitute* "setup.py"
                         ((".*'future'.*")
                          "")
+                        (("mando>=0\\.6,<0\\.7")
+                         "mando>=0.6")
                         (("colorama==0.4.1")
                          "colorama>=0.4.1"))))
                   (replace 'check



reply via email to

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