mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
FTP: tentative fix the py installtion
This commit is contained in:
parent
2f3fcdb555
commit
332f79f0f9
|
@ -285,9 +285,12 @@ modules:
|
||||||
- rd-submodules/shared-modules/glew/glew.json
|
- rd-submodules/shared-modules/glew/glew.json
|
||||||
|
|
||||||
# FTP Server
|
# FTP Server
|
||||||
|
# https://github.com/flathub/eu.ithz.umftpd
|
||||||
|
|
||||||
- name: umftpd
|
- name: umftpd
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
|
- pip3 install pygobject==3.44.0
|
||||||
- pip3 install --prefix=/app --no-index --find-links="file://${PWD}" --ignore-installed setuptools
|
- pip3 install --prefix=/app --no-index --find-links="file://${PWD}" --ignore-installed setuptools
|
||||||
- pip3 install --prefix=/app --no-index --find-links="file://${PWD}" .
|
- pip3 install --prefix=/app --no-index --find-links="file://${PWD}" .
|
||||||
- mv flatpak/app/* /app/
|
- mv flatpak/app/* /app/
|
||||||
|
|
Loading…
Reference in a new issue