Setuptools
This commit is contained in:
parent
ea4e5ad281
commit
b0e297066e
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
- apt:
|
- apt:
|
||||||
name: python3
|
name: python3
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- apt:
|
- apt:
|
||||||
name: python3-dev
|
name: python3-dev
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- apt:
|
- apt:
|
||||||
name: setuptools
|
name: python3-setuptools
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- apt:
|
- apt:
|
||||||
|
|
Loading…
Reference in a new issue