guix-commits
[Top][All Lists]
Advanced

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

18/20: gnu: python-jinja2: Remove workaround for < Python 3.6.


From: Marius Bakke
Subject: 18/20: gnu: python-jinja2: Remove workaround for < Python 3.6.
Date: Wed, 18 Oct 2017 18:19:43 -0400 (EDT)

mbakke pushed a commit to branch python-updates
in repository guix.

commit 5db49f7ac882f913948b162e07bc7151246a1fe5
Author: Marius Bakke <address@hidden>
Date:   Sat Oct 14 14:17:41 2017 +0200

    gnu: python-jinja2: Remove workaround for < Python 3.6.
    
    * gnu/packages/python.scm (python-jinja2)[arguments]: Remove field.
---
 gnu/packages/python.scm | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a8d5fd9..9a8432e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3106,18 +3106,6 @@ for Python.")
         (base32
          "1zzrkywhziqffrzks14kzixz7nd4yh2vc0fb04a68vfd2ai03anx"))))
     (build-system python-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         ;; These files cannot be built with Python < 3.6.  See
-         ;; https://github.com/pallets/jinja/issues/655
-         ;; FIXME: Remove this when the "python" package is upgraded.
-         (add-after 'unpack 'delete-incompatible-files
-           (lambda _
-             (for-each delete-file
-                       '("jinja2/asyncsupport.py"
-                         "jinja2/asyncfilters.py"))
-             #t)))))
     (propagated-inputs
      `(("python-markupsafe" ,python-markupsafe)))
     (home-page "http://jinja.pocoo.org/";)



reply via email to

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