release: Return snapcraft.yaml to a working version
- core22 is not working yet. - core22 is needed for python3.10.
This commit is contained in:
parent
507e547aa4
commit
125b320127
1 changed files with 4 additions and 4 deletions
|
|
@ -18,13 +18,13 @@ apps:
|
||||||
eris:
|
eris:
|
||||||
command: bin/eris
|
command: bin/eris
|
||||||
environment:
|
environment:
|
||||||
PYTHONPATH: $SNAP/lib/python3.10/site-packages:$SNAP/lib/python3.10/dist-packages:$PYTHONPATH
|
PYTHONPATH: $SNAP/lib/python3.9/site-packages:$SNAP/lib/python3.9/dist-packages:$PYTHONPATH
|
||||||
plugs:
|
plugs:
|
||||||
- home
|
- home
|
||||||
webserver:
|
webserver:
|
||||||
command: bin/eris-webserver
|
command: bin/eris-webserver
|
||||||
environment:
|
environment:
|
||||||
PYTHONPATH: $SNAP/lib/python3.10/site-packages:$SNAP/lib/python3.10/dist-packages:$PYTHONPATH
|
PYTHONPATH: $SNAP/lib/python3.9/site-packages:$SNAP/lib/python3.9/dist-packages:$PYTHONPATH
|
||||||
plugs:
|
plugs:
|
||||||
- home
|
- home
|
||||||
- network-bind
|
- network-bind
|
||||||
|
|
@ -44,9 +44,9 @@ parts:
|
||||||
- ./fill3
|
- ./fill3
|
||||||
- ./eris
|
- ./eris
|
||||||
build-environment:
|
build-environment:
|
||||||
- SNAPCRAFT_PYTHON_INTERPRETER: python3.10
|
- SNAPCRAFT_PYTHON_INTERPRETER: python3.9
|
||||||
stage-packages:
|
stage-packages:
|
||||||
- python3.10-venv
|
- python3.9-venv
|
||||||
- python3-distutils
|
- python3-distutils
|
||||||
- python3-pkg-resources
|
- python3-pkg-resources
|
||||||
- binutils
|
- binutils
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue