flatpak: Coding style.
- Revert part of the last coding style change.
This commit is contained in:
parent
2a0ece5af5
commit
9bae222a82
1 changed files with 1 additions and 1 deletions
|
|
@ -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)]}]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue