2017-01-04 21:07:50 -06:00
|
|
|
# sonic utilities package
|
2018-01-17 19:11:31 -06:00
|
|
|
#
|
|
|
|
# NOTE: sonic-config-engine is a build-time dependency of sonic-utilities
|
|
|
|
# due to unit tests which are run during the build. However,
|
|
|
|
# sonic-platform-common and swsssdk are runtime dependencies, and should be
|
|
|
|
# added here also. However, the current build system assumes all runtime
|
|
|
|
# dependencies are .deb packages.
|
|
|
|
#
|
2017-01-04 21:07:50 -06:00
|
|
|
|
2020-09-20 22:16:42 -05:00
|
|
|
SONIC_UTILITIES_PY2 = sonic_utilities-1.2-py2-none-any.whl
|
|
|
|
$(SONIC_UTILITIES_PY2)_SRC_PATH = $(SRC_PATH)/sonic-utilities
|
|
|
|
$(SONIC_UTILITIES_PY2)_PYTHON_VERSION = 2
|
|
|
|
$(SONIC_UTILITIES_PY2)_DEPENDS += $(SONIC_PY_COMMON_PY2) \
|
|
|
|
$(SONIC_PY_COMMON_PY3) \
|
2020-09-29 00:34:39 -05:00
|
|
|
$(SWSSSDK_PY2) \
|
|
|
|
$(SONIC_CONFIG_ENGINE_PY2) \
|
2020-11-07 15:03:41 -06:00
|
|
|
$(SONIC_YANG_MGMT_PY2) \
|
2020-11-11 19:58:35 -06:00
|
|
|
$(SONIC_YANG_MGMT_PY3) \
|
2020-09-20 22:16:42 -05:00
|
|
|
$(SONIC_YANG_MODELS_PY3)
|
|
|
|
$(SONIC_UTILITIES_PY2)_DEBS_DEPENDS = $(LIBYANG) \
|
|
|
|
$(LIBYANG_CPP) \
|
|
|
|
$(LIBYANG_PY2) \
|
|
|
|
$(LIBYANG_PY3)
|
|
|
|
SONIC_PYTHON_WHEELS += $(SONIC_UTILITIES_PY2)
|