This repository was archived by the owner on Dec 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-12
lines changed
Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -8,23 +8,22 @@ ADD ./{{ item.name }} ./{{ item.name }}
88{% endfor %}
99
1010# Install python packages
11- # Hacking botocore (https://github.com/boto/botocore/pull/1990)
1211
1312RUN pip3 install
14- {% - if s 3_test | default (false ) -%}
15- {{ " " }}django-storages[boto3] git+https://github.com/fabricio-aguiar/botocore.git@fix-100-continue
16- {% - endif -%}
17- {% - if azure_test | default (false ) -%}
18- {{ " " }}django-storages[azure]>=1.12.2
19- {% - endif -%}
20- {% - if gcp_test | default (false ) -%}
21- {{ " " }}django-storages[google]>=1.13.2
22- {% - endif -%}
2313{% - for item in plugins -%}
2414{% - if item .name == "pulp-certguard" -%}
2515{{ " " }}python-dateutil rhsm
2616{% - endif -%}
2717{{ " " }}{{ item.source }}
18+ {% - if item .name == "pulpcore" -%}
19+ {% - if s 3_test | default (false ) -%}
20+ [s3]
21+ {% - elif azure_test | default (false ) -%}
22+ [azure]
23+ {% - elif gcp_test | default (false ) -%}
24+ [google]
25+ {% - endif -%}
26+ {% - endif -%}
2827{% - if item .ci_requirements | default (false ) -%}
2928{{ " " }}-r ./{{ item.name }}/ci_requirements.txt
3029{% - endif -%}
Original file line number Diff line number Diff line change 1- 2021.08.26-248-g4bfc3e1
1+ 2021.08.26-249-gca8f021
Original file line number Diff line number Diff line change 1- 2021.08.26-248-g4bfc3e1
1+ 2021.08.26-249-gca8f021
You can’t perform that action at this time.
0 commit comments