Skip to content

Commit

Permalink
Removed unused dependencies
Browse files Browse the repository at this point in the history
exasol_script_languages_release from pyproject.toml
poetry from ansible/general_setup_tasks.yml
  • Loading branch information
ckunki committed Feb 12, 2024
1 parent 4ccfe1d commit 476177d
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 595 deletions.
1 change: 1 addition & 0 deletions doc/changes/changes_0.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ Version: 0.2.0
* #170: Renaming the section name "Set up" to "Setup".
* #182: Renaming the secret store global variable from "sb_config" to "ai_lab_config".
* #169: Renaming the default database schema from "IDA" to "AI_LAB".
* #128: Removed unused dependencies
2 changes: 1 addition & 1 deletion doc/developer_guide/updating_packages.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Ansible packages

The packages to be installed by Ansible are using pinned versions, e.g. for [poetry](../../exasol/ds/sandbox/runtime/ansible/roles/poetry/defaults/main.yml).
The packages to be installed by Ansible are using pinned versions, e.g. for [docker](../../exasol/ds/sandbox/runtime/ansible/roles/docker/defaults/main.yml).

In case ansible reports "no available installation candidate" for a specific version of a package, please search for newer versions of the package on https://packages.ubuntu.com/.

Expand Down
3 changes: 0 additions & 3 deletions exasol/ds/sandbox/runtime/ansible/general_setup_tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
- name: Install rsync
include_role:
name: rsync
- name: Install Poetry
include_role:
name: poetry
- name: Copy Entry Point Script
include_role:
name: entrypoint
Expand Down

This file was deleted.

10 changes: 0 additions & 10 deletions exasol/ds/sandbox/runtime/ansible/roles/poetry/tasks/main.yml

This file was deleted.

Loading

0 comments on commit 476177d

Please sign in to comment.