File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[envs .default ]
4
4
dependencies = [
5
- " confluent_kafka==1.7.0; python_version < '3.0'" ,
6
- " confluent_kafka==2.5.0; python_version > '3.0'" ,
5
+ " confluent_kafka==2.8.0; python_version > '3.0'" ,
7
6
]
8
7
9
8
[[envs .default .matrix ]]
Original file line number Diff line number Diff line change 15
15
# customers are expected to install the package themselves.
16
16
# We do that here for the e2e testing environment.
17
17
'apt-get update' ,
18
- 'apt-get install -y gcc gnupg lsb-release' ,
18
+ 'sh -c "DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::= \\ \" --force-confdef \\ \" -o Dpkg::Options::= \\ \" --force-confnew \\ \" -y install gcc gnupg lsb-release ca-certificates libssl-dev"' , # noqa: E501
19
19
# mapr-streams-python requires librdkafka headers as they're not shipped with the Agent
20
20
# This requires adding confluent's APT repositories. These steps are based on the docs in
21
21
# - https://docs.confluent.io/platform/current/installation/installing_cp/deb-ubuntu.html#get-the-software
29
29
'apt-get update' ,
30
30
'apt-get install -y librdkafka-dev' ,
31
31
# Finally, we can install the package
32
- '/opt/datadog-agent/embedded/bin/pip install mapr-streams-python==0.11.0.2 ' ,
32
+ '/opt/datadog-agent/embedded/bin/pip install mapr-streams-python' ,
33
33
]
34
34
}
35
35
You can’t perform that action at this time.
0 commit comments