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
|
(arguments
|
||||||
'(#:tests? #f ;FIXME: Django raises "Apps aren't loaded yet"!?
|
'(#:tests? #f ;FIXME: Django raises "Apps aren't loaded yet"!?
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(add-before 'check 'loosen-requirements
|
(add-after 'unpack 'loosen-requirements
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Do not depend on compatibility package for old
|
;; Do not depend on compatibility package for old
|
||||||
;; Python versions.
|
;; Python versions.
|
||||||
|
|
Reference in New Issue