pull/666/head
Holger Müller 2023-07-30 11:54:40 +02:00
rodzic 5b0d50c3bd
commit 0fff8676f5
2 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
app-id: io.github.zarath.nanovna-saver
runtime: org.kde.Platform
runtime-version: '5.15-21.08'
runtime-version: '6.5'
sdk: org.kde.Sdk
command: /app/bin/NanoVNASaver
build-options:
@ -11,7 +11,8 @@ modules:
buildsystem: simple
build-commands:
- pip3 install --prefix=/app wheel
- pip3 install --prefix=/app git+https://github.com/NanoVNA-Saver/nanovna-saver.git
# - pip3 install --prefix=/app git+https://github.com/NanoVNA-Saver/nanovna-saver.git
- pip3 install --prefix=/app git+https://github.com/zarath/nanovna-saver.git@feature/pip_updates
finish-args:
# X11 + XShm access
- --share=ipc

Wyświetl plik

@ -35,6 +35,7 @@ install_requires =
numpy>=1.21.1
scipy>=1.7.1
Cython>=0.29.24
setuptools-scm
[options.packages.find]
where = src