Flatpak: Fix install location + update dependencies

Fixes #521.
This commit is contained in:
André Apitzsch
2020-09-18 22:49:19 +02:00
parent c7eb87a55a
commit d33c2fbb06
8 changed files with 27 additions and 25 deletions

View File

@@ -1,8 +1,7 @@
name: python3-pillow
buildsystem: simple
build-commands:
- install -d ${FLATPAK_DEST}/lib/python3.7/site-packages/
- pip3 install --prefix=${FLATPAK_DEST} .
- pip3 install .
sources:
- type: archive
url: https://files.pythonhosted.org/packages/3e/02/b09732ca4b14405ff159c470a612979acfc6e8645dc32f83ea0129709f7a/Pillow-7.2.0.tar.gz

View File

@@ -1,8 +1,7 @@
name: python3-python-gnupg
buildsystem: simple
build-commands:
- install -d ${FLATPAK_DEST}/lib/python3.7/site-packages/
- pip3 install --prefix=${FLATPAK_DEST} python_gnupg-0.4.6-py2.py3-none-any.whl
- pip3 install python_gnupg-0.4.6-py2.py3-none-any.whl
sources:
- type: file
url: https://files.pythonhosted.org/packages/cb/85/8a1588a04172e0853352ecfe214264c65a62ab35374d9ad9c569cf94c2a3/python_gnupg-0.4.6-py2.py3-none-any.whl