File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,15 @@ platforms:
26
26
suites :
27
27
- name : default
28
28
run_list :
29
+ - recipe[yum-gd]
29
30
- recipe[python]
30
31
attributes :
31
32
python :
32
33
setuptools_version : 18.0.1
33
34
virtualenv_version : 13.1.0
34
35
- name : package
35
36
run_list :
37
+ - recipe[yum-gd]
36
38
- recipe[python]
37
39
attributes :
38
40
python :
@@ -41,6 +43,7 @@ suites:
41
43
virtualenv_version : 13.1.0
42
44
- name : source
43
45
run_list :
46
+ - recipe[yum-gd]
44
47
- recipe[python]
45
48
attributes :
46
49
python :
Original file line number Diff line number Diff line change @@ -17,13 +17,15 @@ platforms:
17
17
suites :
18
18
- name : default
19
19
run_list :
20
+ - recipe[yum-gd]
20
21
- recipe[python]
21
22
attributes :
22
23
python :
23
24
setuptools_version : 18.0.1
24
25
virtualenv_version : 13.1.0
25
26
- name : package
26
27
run_list :
28
+ - recipe[yum-gd]
27
29
- recipe[python]
28
30
attributes :
29
31
python :
@@ -32,6 +34,7 @@ suites:
32
34
virtualenv_version : 13.1.0
33
35
- name : source
34
36
run_list :
37
+ - recipe[yum-gd]
35
38
- recipe[python]
36
39
attributes :
37
40
python :
You can’t perform that action at this time.
0 commit comments