Setuptools
This commit is contained in:
parent
48e65593da
commit
180d2e9bc2
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
name: python3
|
||||
state: present
|
||||
|
||||
- apt:
|
||||
name: gcc
|
||||
state: present
|
||||
|
||||
- apt:
|
||||
name: python3-dev
|
||||
state: present
|
||||
|
|
Loading…
Reference in a new issue