Setuptools

This commit is contained in:
Kekskurse 2019-12-30 17:16:34 +01:00
parent ea4e5ad281
commit b0e297066e
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
- apt:
name: python3
state: present
- apt:
name: python3-dev
state: present
- apt:
name: setuptools
name: python3-setuptools
state: present
- apt: