1
0
Fork 0
forked from rc/classroom

Fix cryptodome install

This commit is contained in:
Gašper Fele-Žorž 2025-09-12 15:41:59 +02:00
parent 4c69926932
commit 3e7b20423e
3 changed files with 5 additions and 5 deletions

View file

@ -9,4 +9,4 @@ dependencies:
- role: openssl - role: openssl
- role: cryptodome - role: cryptodome
- role: pwntools - role: pwntools
- role: python - role: python3

View file

@ -1,5 +1,5 @@
- name: Install python-cryptodome - name: Install python-pycryptodome
apt: apt:
name: name:
- python3-cryptodome - python3-pycryptodome
state: latest state: latest

View file

@ -1,2 +1,2 @@
- name: Install python3-cryptodome - name: Install python3-pycryptodome
win_command: pip install cryptodome win_command: pip install pycryptodome