forked from os-autoinst/os-autoinst-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependencies.yaml
More file actions
38 lines (38 loc) · 829 Bytes
/
Copy pathdependencies.yaml
File metadata and controls
38 lines (38 loc) · 829 Bytes
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
#######################################################
# 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]
spec: [main, test]
cpanfile-targets:
# target: cpanfile target type (default main)
test: test
main_requires:
bash:
coreutils: # date, ln, tail
curl:
grep:
jq:
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):
html-xml-utils:
xmlstarlet:
test_requires:
perl(Test::Warnings):
perl(Test::Most):