From 0f54150fdfd80b525b59ff108aea1dc964c52936 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Wed, 25 Aug 2021 20:46:27 +0200 Subject: [PATCH] app-emulation/wa-linux-agent: Update the python path --- .../app-emulation/wa-linux-agent/wa-linux-agent-2.3.1.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/wa-linux-agent-2.3.1.1.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/wa-linux-agent-2.3.1.1.ebuild index 7dfcafd261..087d7c62f7 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/wa-linux-agent-2.3.1.1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/wa-linux-agent-2.3.1.1.ebuild @@ -20,7 +20,8 @@ src_install() { into "/usr/share/oem" dobin "${S}/bin/waagent" - insinto "/usr/share/oem/python/$(get_libdir)/python2.7/site-packages" + # When updating python-oem, remember to update the path below. + insinto "/usr/share/oem/python/$(get_libdir)/python3.6/site-packages" doins -r "${S}/azurelinuxagent/" insinto "/usr/share/oem"