b4f8f1dd22
Removed python2 support for sonic-platform-daemons that was causing unit test errors in sonic_pcied. * Removed config from docker supervisord jinja templates per VD review comment * Removed space and python3 per QL comments
10 lines
345 B
Makefile
10 lines
345 B
Makefile
# sonic-pcied (SONiC PCIe Monitor daemon) Debian package
|
|
|
|
# SONIC_PCIED_PY3 package
|
|
|
|
SONIC_PCIED_PY3 = sonic_pcied-1.0-py3-none-any.whl
|
|
$(SONIC_PCIED_PY3)_SRC_PATH = $(SRC_PATH)/sonic-platform-daemons/sonic-pcied
|
|
$(SONIC_PCIED_PY3)_DEPENDS = $(SONIC_PY_COMMON_PY3)
|
|
$(SONIC_PCIED_PY3)_PYTHON_VERSION = 3
|
|
SONIC_PYTHON_WHEELS += $(SONIC_PCIED_PY3)
|