gnu: python-django-filter: Use 'invoke'.

* gnu/packages/django.scm (python-django-filter)[arguments]: Use
'invoke'.
This commit is contained in:
Efraim Flashner 2019-01-14 11:34:10 +02:00
parent 8e21fa0bd3
commit 7b28210531
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -196,7 +196,7 @@ (define-public python-django-filter
(modify-phases %standard-phases
(replace 'check
(lambda _
(zero? (system* "python" "runtests.py")))))))
(invoke "python" "runtests.py"))))))
(native-inputs
`(("python-django" ,python-django)
("python-djangorestframework" ,python-djangorestframework)