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.
|
|
|
|
#
|
|
|
|
# TODO: Create a way to specify both .deb and .whl runtime dependencies
|
|
|
|
# then add the aforementioned runtime dependencies here.
|
|
|
|
#
|
2017-01-04 21:07:50 -06:00
|
|
|
|
2018-01-17 19:11:31 -06:00
|
|
|
SONIC_UTILS = python-sonic-utilities_1.2-1_all.deb
|
2017-10-06 14:46:47 -05:00
|
|
|
$(SONIC_UTILS)_SRC_PATH = $(SRC_PATH)/sonic-utilities
|
2020-08-13 18:35:53 -05:00
|
|
|
$(SONIC_UTILS)_WHEEL_DEPENDS = $(SONIC_PY_COMMON_PY2) $(SONIC_CONFIG_ENGINE)
|
2017-10-06 14:46:47 -05:00
|
|
|
SONIC_PYTHON_STDEB_DEBS += $(SONIC_UTILS)
|