From 7104664c0522f77496d1e53ac3dfff6ea81b56c3 Mon Sep 17 00:00:00 2001 From: Saikrishna Arcot Date: Fri, 6 May 2022 09:56:08 -0700 Subject: [PATCH] Change source path for sonic-pcied to use Python 3 variable (#10676) Python 2 support for sonic-pcied was removed, and the Python 2 version of the variable no longer exists. Signed-off-by: Saikrishna Arcot --- rules/sonic-pcied.dep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/sonic-pcied.dep b/rules/sonic-pcied.dep index 05cd1fe5c..60b1d85a5 100644 --- a/rules/sonic-pcied.dep +++ b/rules/sonic-pcied.dep @@ -1,4 +1,4 @@ -SPATH:= $($(SONIC_PCIED_PY2)_SRC_PATH) +SPATH:= $($(SONIC_PCIED_PY3)_SRC_PATH) DEP_FILES:= $(SONIC_COMMON_FILES_LIST) rules/sonic-pcied.mk rules/sonic-pcied.dep DEP_FILES+= $(SONIC_COMMON_BASE_FILES_LIST) SMDEP_FILES:= $(addprefix $(SPATH)/,$(shell cd $(SPATH) && git ls-files))