mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-07 06:13:03 -04:00
Add --use-pep517 to pip3 install command in flatpak script
This commit is contained in:
parent
10bab61864
commit
5effb93a67
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ modules:
|
||||||
- name: poetry-deps
|
- name: poetry-deps
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- pip3 install --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
|
- pip3 install --no-index --use-pep517 --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
|
||||||
bidict blinker brotli brotlicffi certifi cffi charset-normalizer click colorama
|
bidict blinker brotli brotlicffi certifi cffi charset-normalizer click colorama
|
||||||
cython dnspython eventlet exceptiongroup flask flask-compress flask-socketio gevent
|
cython dnspython eventlet exceptiongroup flask flask-compress flask-socketio gevent
|
||||||
gevent-websocket greenlet h11 idna importlib-metadata iniconfig itsdangerous jinja2
|
gevent-websocket greenlet h11 idna importlib-metadata iniconfig itsdangerous jinja2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue