summaryrefslogtreecommitdiff
path: root/ansible/roles/ick2-dev-env/tasks/main.yml
blob: 74fa85094735983ad04398825851a6abd8a9537c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
- name: install packages for ick2 development
  apt:
    name:
    - cmdtest
    - copyright-statement-lint
    - python3-coverage-test-runner
    - python3-jinja2
    - pycodestyle
#    - pylint3
    - dpkg-dev
    - lintian
    - devscripts
    - python3-all
    - python3-bottle
    - python3-cliapp
    - python3-apifw
    - python3-slog
    - python3-cryptography
    - python3-pycryptodome
    - python3-requests
    - python-requests
    - python3-yaml
    - gunicorn3
    - expect
    - qemu-utils
    - qemu-system-x86
    - pandoc
    - debootstrap
    - kpartx
    - jq