-
Notifications
You must be signed in to change notification settings - Fork 22
/
dependencies.yaml
48 lines (48 loc) · 1016 Bytes
/
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
#######################################################
# This file is used to generate:
# cpanfile
# Certain lines in dist/rpm/os-autoinst-scripts-deps.spec
#
# After adding, changing or removing dependencies, run:
# make update-deps
#######################################################
---
targets:
cpanfile: [main, test, devel]
spec: [main, test, devel]
cpanfile-targets:
# target: cpanfile target type (default main)
test: test
devel: develop
main_requires:
bash:
coreutils: # date, ln, tail
curl:
grep:
jq:
yq:
sed:
sudo:
openQA-client: # openqa-cli
osc:
openssh-clients: # ssh
perl: '>= 5.010'
perl(Data::Dumper):
perl(Getopt::Long):
perl(FindBin):
perl(Mojo::File):
perl(Text::Markdown):
perl(YAML::PP):
retry:
html-xml-utils:
xmlstarlet:
python3-requests:
python3-beautifulsoup4:
test_requires:
perl(Test::Output):
perl(Test::Warnings):
perl(Test::MockModule):
perl(Test::Most):
devel_requires:
python3-yamllint:
shfmt: