Setuptools
This commit is contained in:
parent
180d2e9bc2
commit
45a3fe8013
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
- apt:
|
- apt:
|
||||||
name: python3
|
name: python3
|
||||||
state: present
|
state: present
|
||||||
|
update_cache: yes
|
||||||
|
|
||||||
- apt:
|
- apt:
|
||||||
name: gcc
|
name: gcc
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- apt:
|
- apt:
|
||||||
name: python3-dev
|
name: python3-dev
|
||||||
state: present
|
state: present
|
||||||
|
|
Loading…
Reference in a new issue