Skip to content

Commit

Permalink
update_manager: correct base configuration
Browse files Browse the repository at this point in the history
Remove deprecated "host_repo" option, update Klipper's venv args to invoke Python 3.

Signed-off-by:  Eric Callahan <[email protected]>
  • Loading branch information
Arksine committed Jul 25, 2024
1 parent 54d68d9 commit 92ce2a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions moonraker/components/update_manager/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"requirements": "scripts/moonraker-requirements.txt",
"venv_args": "-p python3",
"system_dependencies": "scripts/system-dependencies.json",
"host_repo": "arksine/moonraker",
"virtualenv": sys.exec_prefix,
"pip_environment_variables": "SKIP_CYTHON=Y",
"path": str(source_info.source_path()),
Expand All @@ -37,9 +36,8 @@
"moved_origin": "https://github.com/kevinoconnor/klipper.git",
"origin": "https://github.com/Klipper3d/klipper.git",
"requirements": "scripts/klippy-requirements.txt",
"venv_args": "-p python2",
"venv_args": "-p python3",
"install_script": "scripts/install-octopi.sh",
"host_repo": "arksine/moonraker",
"managed_services": "klipper"
}
}
Expand Down

0 comments on commit 92ce2a5

Please sign in to comment.