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:
|
||||
command: bin/eris
|
||||
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:
|
||||
- home
|
||||
webserver:
|
||||
command: bin/eris-webserver
|
||||
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:
|
||||
- home
|
||||
- network-bind
|
||||
|
|
@ -44,9 +44,9 @@ parts:
|
|||
- ./fill3
|
||||
- ./eris
|
||||
build-environment:
|
||||
- SNAPCRAFT_PYTHON_INTERPRETER: python3.10
|
||||
- SNAPCRAFT_PYTHON_INTERPRETER: python3.9
|
||||
stage-packages:
|
||||
- python3.10-venv
|
||||
- python3.9-venv
|
||||
- python3-distutils
|
||||
- python3-pkg-resources
|
||||
- binutils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue