Remove makefile and dependency for python2 of dbsyncd. (#6702)
* Remove makefile and
As part of #6046 we have moved to python3 of dbsyncd.
Cleanup the python2 makefile and dependency.
Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
* Revert "Remove makefile and dependency for python2 of dbsyncd."
This reverts commit ceaa4f8dd9
.
* Fix
Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
This commit is contained in:
parent
f5b24d8b27
commit
d2b8b94a64
@ -1,12 +0,0 @@
|
||||
|
||||
SPATH := $($(DBSYNCD_PY2)_SRC_PATH)
|
||||
DEP_FILES := $(SONIC_COMMON_FILES_LIST) rules/dbsyncd-py2.mk rules/dbsyncd-py2.dep
|
||||
DEP_FILES += $(SONIC_COMMON_BASE_FILES_LIST)
|
||||
SMDEP_FILES := $(addprefix $(SPATH)/,$(shell cd $(SPATH) && git ls-files))
|
||||
|
||||
$(DBSYNCD_PY2)_CACHE_MODE := GIT_CONTENT_SHA
|
||||
$(DBSYNCD_PY2)_DEP_FLAGS := $(SONIC_COMMON_FLAGS_LIST)
|
||||
$(DBSYNCD_PY2)_DEP_FILES := $(DEP_FILES)
|
||||
$(DBSYNCD_PY2)_SMDEP_FILES := $(SMDEP_FILES)
|
||||
$(DBSYNCD_PY2)_SMDEP_PATHS := $(SPATH)
|
||||
|
@ -1,7 +0,0 @@
|
||||
# sonic-dbsyncd python2 wheel
|
||||
|
||||
DBSYNCD_PY2 = sonic_d-2.0.0-py2-none-any.whl
|
||||
$(DBSYNCD_PY2)_SRC_PATH = $(SRC_PATH)/sonic-dbsyncd
|
||||
$(DBSYNCD_PY2)_PYTHON_VERSION = 2
|
||||
$(DBSYNCD_PY2)_DEPENDS += $(SWSSSDK_PY2)
|
||||
SONIC_PYTHON_WHEELS += $(DBSYNCD_PY2)
|
Loading…
Reference in New Issue
Block a user