flatpak: Coding style.

- Revert part of the last coding style change.
This commit is contained in:
Andrew Hamilton 2019-06-30 18:27:13 +10:00
parent 2a0ece5af5
commit 9bae222a82

View file

@ -117,7 +117,7 @@ def python_modules(package):
"buildsystem": "simple",
"build-commands": [
python_version + " -m pip install --no-index"
" --find-links="file://${PWD}" --prefix=/app " + package
' --find-links="file://${PWD}" --prefix=/app ' + package
],
"sources": [{"type": "file", "url": url, "sha256": sha256}
for url, sha256 in sorted(sources)]}]