release: Return snapcraft.yaml to a working version

- core22 is not working yet.
- core22 is needed for python3.10.
This commit is contained in:
Andrew Hamilton 2022-04-24 13:18:33 +10:00
parent 507e547aa4
commit 125b320127

View file

@ -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