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
parent
458e972484
commit
97edcf2e63
|
@ -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.
|
||||
|
|
Reference in New Issue