From 71a595fabc8bd5b087581c41dcabcf43f6864935 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Thu, 17 Jun 2021 19:10:47 -0400 Subject: [PATCH] Whitelist installation path for newer versions of `aerospike` dependency (#8430) --- omnibus/config/software/datadog-agent-integrations-py3.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/omnibus/config/software/datadog-agent-integrations-py3.rb b/omnibus/config/software/datadog-agent-integrations-py3.rb index aa8483f2c3636..06a728732fb2b 100644 --- a/omnibus/config/software/datadog-agent-integrations-py3.rb +++ b/omnibus/config/software/datadog-agent-integrations-py3.rb @@ -41,6 +41,7 @@ relative_path 'integrations-core' whitelist_file "embedded/lib/python3.8/site-packages/.libsaerospike" +whitelist_file "embedded/lib/python3.8/site-packages/aerospike.libs" whitelist_file "embedded/lib/python3.8/site-packages/psycopg2" whitelist_file "embedded/lib/python3.8/site-packages/pymqi"