Skip to content

Commit

Permalink
Add 2to3 package
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Nov 19, 2024
1 parent 19c2167 commit b087a7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions files/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ frozenlist==1.4.1 ; python_version >= "3.8" and python_version < "3.13"
fs==2.4.16 ; python_version >= "3.8" and python_version < "3.13"
fsspec==2024.5.0 ; python_version >= "3.8" and python_version < "3.13"
future==1.0.0 ; python_version >= "3.8" and python_version < "3.13"
galaxy-app==24.1.3 ; python_version >= "3.8" and python_version < "3.13"
galaxy-sequence-utils==1.1.5 ; python_version >= "3.8" and python_version < "3.13"
galaxy2cwl==0.1.4 ; python_version >= "3.8" and python_version < "3.13"
graphene-sqlalchemy==3.0.0rc1 ; python_version >= "3.8" and python_version < "3.13"
Expand Down
6 changes: 5 additions & 1 deletion tasks/wn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
- name: Link galaxy_env dir
file: path=/galaxy_venv src={{galaxy_export_dir}}/galaxy_venv state=link

- name: install 2to3 in Deb systems
apt: name=2to3 update_cache=yes cache_valid_time=3600
when: ansible_os_family == "Debian"

- name: install Galaxy dependences in Deb systems
apt: name=libz-dev,python3-crypto,2to3 update_cache=yes cache_valid_time=3600
apt: name=libz-dev,python3-crypto update_cache=yes cache_valid_time=3600
when: ansible_distribution == "Debian"

- name: install Galaxy dependences in RedHat systems 7
Expand Down

0 comments on commit b087a7c

Please sign in to comment.