packaging: Bring dependencies up to date
- python 3.11 -> 3.12
This commit is contained in:
parent
a3fd5635d0
commit
a059ae8192
25 changed files with 38 additions and 38 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python3.11
|
||||
#!/usr/bin/env python3.12
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
||||
|
|
@ -27,13 +27,13 @@ apps:
|
|||
eris:
|
||||
command: bin/eris
|
||||
environment:
|
||||
PYTHONPATH: $SNAP/lib/python3.11/site-packages:$SNAP/lib/python3.11/dist-packages:$PYTHONPATH
|
||||
PYTHONPATH: $SNAP/lib/python3.12/site-packages:$SNAP/lib/python3.12/dist-packages:$PYTHONPATH
|
||||
plugs:
|
||||
- home
|
||||
webserver:
|
||||
command: bin/eris-webserver
|
||||
environment:
|
||||
PYTHONPATH: $SNAP/lib/python3.11/site-packages:$SNAP/lib/python3.11/dist-packages:$PYTHONPATH
|
||||
PYTHONPATH: $SNAP/lib/python3.12/site-packages:$SNAP/lib/python3.12/dist-packages:$PYTHONPATH
|
||||
plugs:
|
||||
- home
|
||||
- network-bind
|
||||
|
|
@ -53,9 +53,9 @@ parts:
|
|||
- ./fill3
|
||||
- ./eris
|
||||
build-environment:
|
||||
- SNAPCRAFT_PYTHON_INTERPRETER: python3.11
|
||||
- SNAPCRAFT_PYTHON_INTERPRETER: python3.12
|
||||
stage-packages:
|
||||
- python3.11-venv
|
||||
- python3.12-venv
|
||||
- python3-distutils
|
||||
- python3-pkg-resources
|
||||
- """, end="")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue