guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: python-pyicu: Set python2-variant.


From: Tobias Geerinckx-Rice
Subject: 04/04: gnu: python-pyicu: Set python2-variant.
Date: Fri, 15 Dec 2017 10:42:02 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 574b1d0262c0e9af8aa7bbfe4998a498f2ba23da
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Dec 15 16:44:00 2017 +0100

    gnu: python-pyicu: Set python2-variant.
    
    This follows up on commit d65854bdda4ad5464fcd8fe6289eedc13ea82ba1, which
    did not fix test failures for dependents using package-with-python2.
    
    * gnu/packages/python.scm (python-pyicu)[properties]: Set python2-variant.
---
 gnu/packages/python.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index c6dd67f..082856b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1127,6 +1127,7 @@ Python 3.3+.")
     (synopsis "Python extension wrapping the ICU C++ API")
     (description
      "PyICU is a python extension wrapping the ICU C++ API.")
+    (properties `((python2-variant . ,(delay python2-pyicu))))
     (license license:x11)))
 
 (define-public python2-pyicu



reply via email to

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