guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: python2-openpyxl: Explicitly build with Python 2.


From: guix-commits
Subject: 02/05: gnu: python2-openpyxl: Explicitly build with Python 2.
Date: Fri, 3 Dec 2021 07:57:20 -0500 (EST)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 4f536c460711fa4dfff85e05ffbbaa5a1adecf53
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 2 20:32:55 2021 +0100

    gnu: python2-openpyxl: Explicitly build with Python 2.
    
    * gnu/packages/python-xyz.scm (python2-openpyxl)[arguments]: Add value
    for #:python field.
---
 gnu/packages/python-xyz.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f983ae1..380a027 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2426,7 +2426,9 @@ standard.")
           (sha256
            (base32
             "1qzjj8nwj4dn0mhq1j64f136afiqqb81lvqiikipz3g1g0b80lqx"))))
-      (arguments '(#:tests? #f)))))     ; No test suite.
+      (arguments
+       `(#:python ,python-2
+         #:tests? #f)))))     ; No test suite.
 
 (define-public python-eventlet
   (package



reply via email to

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