Setuptools

This commit is contained in:
Kekskurse 2019-12-30 17:47:45 +01:00
parent 180d2e9bc2
commit 45a3fe8013
1 changed files with 2 additions and 1 deletions

View File

@ -1,11 +1,12 @@
- apt:
name: python3
state: present
update_cache: yes
- apt:
name: gcc
state: present
- apt:
name: python3-dev
state: present