me
/
guix
Archived
1
0
Fork 0

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.
master
Marius Bakke 2021-12-01 00:55:00 +01:00
parent 458e972484
commit 97edcf2e63
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -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.