gnu: python-oslosphinx: Use INVOKE.

* gnu/packages/openstack.scm (python-oslosphinx)[arguments]: Use INVOKE.
This commit is contained in:
Ricardo Wurmus 2019-01-25 14:09:36 +01:00
parent c8780a1038
commit c9a65d5c37
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -626,7 +626,7 @@ (define-public python-oslosphinx
;; Note: Upstream tests would have also built the release notes.
;; That only would work if we were in a git checkout.
;; Therefore, we don't do it here.
(zero? (system* "python" "setup.py" "build_sphinx")))))))
(invoke "python" "setup.py" "build_sphinx"))))))
(propagated-inputs
`(("python-requests" ,python-requests)))
(native-inputs