-
Notifications
You must be signed in to change notification settings - Fork 77
/
dependencies.yaml
86 lines (85 loc) · 1.45 KB
/
dependencies.yaml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
development-deps:
common:
- gcc
- make
- autoconf
- automake
- git
- python3-pip
- python3-requests
- python3-mock
debian:
- gettext
- pkgconf
- xsltproc
- python3-dev
- pep8
- pyflakes
- python3-yaml
ubuntu:
- gettext
- pkgconf
- xsltproc
- python3-dev
- pep8
- pyflakes
- python3-yaml
fedora:
- gettext-devel
- rpm-build
- libxslt
- gcc-c++
- python3-devel
- python3-pep8
- python3-pyflakes
- rpmlint
- python3-pyyaml
opensuse-leap:
- gettext-tools
- rpm-build
- libxslt-tools
- gcc-c++
- python3-devel
- python3-pep8
- python3-pyflakes
- rpmlint
- python3-PyYAML
- python3-distro
runtime-deps:
common:
- systemd
- logrotate
- python3-psutil
- python3-ldap
- python3-lxml
- python3-websockify
- python3-jsonschema
- openssl
- nginx
debian:
- python3-cherrypy3
- python3-cheetah
- python3-pampy
- python3-m2crypto
- gettext
- python3-openssl
ubuntu:
- python3-cherrypy3
- python3-cheetah
- python3-pam
- python3-m2crypto
- gettext
- python3-openssl
fedora:
- python3-cherrypy
- python3-cheetah
- python3-pam
- python3-m2crypto
- gettext-devel
opensuse-leap:
- python3-CherryPy
- python3-Cheetah3
- python3-python-pam
- python3-M2Crypto
- gettext-tools
- python3-distro