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
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ useful tools for testing Django applications and projects.")
(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)