-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
datadog-agent: various fixes to work with latest 7.60.0 update
Included: - add libpcap - symlink so build avoids downloading libpcap and uses system lib - build with python 3.12 as integration dependencies require it ``` ERROR: Package 'datadog-slurm' requires a different Python: 3.11.11 not in '>=3.12' ``` Signed-off-by: James Rawlings <[email protected]>
- Loading branch information
Showing
2 changed files
with
17 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
diff --git a/agent_requirements.in b/agent_requirements.in | ||
index b4c724713e..0713f9b365 100644 | ||
index 859d088..11f529c 100644 | ||
--- a/agent_requirements.in | ||
+++ b/agent_requirements.in | ||
@@ -66,7 +66,7 @@ semver==3.0.2 | ||
@@ -65,7 +65,7 @@ securesystemslib[crypto,pynacl]==0.28.0 | ||
semver==3.0.2 | ||
service-identity[idna]==24.1.0 | ||
simplejson==3.19.3 | ||
six==1.16.0 | ||
-snowflake-connector-python==3.12.1 | ||
+snowflake-connector-python==3.12.3; python_version > '3.0' | ||
supervisor==4.2.5 | ||
tuf==4.0.0 | ||
uptime==3.0.1 | ||
uptime==3.0.1 |