guix-commits
[Top][All Lists]
Advanced

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

11/24: gnu: python-django-url-filter: Adjust phase order.


From: guix-commits
Subject: 11/24: gnu: python-django-url-filter: Adjust phase order.
Date: Sun, 5 Dec 2021 08:16:25 -0500 (EST)

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

commit 97edcf2e632857f520ab84c913f9b28b213e4d73
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Dec 1 00:55:00 2021 +0100

    gnu: python-django-url-filter: Adjust phase order.
    
    * gnu/packages/django.scm (python-django-url-filter)[arguments]: Move
    substitution to after the unpack phase, so that it does not end up in the 
egg
    info.
---
 gnu/packages/django.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 33bb2f9..58f966c 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1307,7 +1307,7 @@ to ElasticSearch.")
     (arguments
      '(#:tests? #f            ;FIXME: Django raises "Apps aren't loaded yet"!?
        #:phases (modify-phases %standard-phases
-                  (add-before 'check 'loosen-requirements
+                  (add-after 'unpack 'loosen-requirements
                     (lambda _
                       ;; Do not depend on compatibility package for old
                       ;; Python versions.



reply via email to

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