Skip to content

Commit

Permalink
[slave.mk] Remove PYTHON_CLICK target (#6763)
Browse files Browse the repository at this point in the history
We stopped building our own custom python-click package via #5549. This target should have been removed at that time but was missed.
  • Loading branch information
jleveque authored and daall committed Feb 16, 2021
1 parent 44e2734 commit a2e593f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion slave.mk
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,6 @@ $(addprefix $(TARGET_PATH)/, $(SONIC_INSTALLERS)) : $(TARGET_PATH)/% : \
$(addprefix $(IMAGE_DISTRO_DEBS_PATH)/,$(INITRAMFS_TOOLS) \
$(LINUX_KERNEL) \
$(SONIC_DEVICE_DATA) \
$(PYTHON_CLICK) \
$(IFUPDOWN2) \
$(KDUMP_TOOLS) \
$(NTP) \
Expand Down

0 comments on commit a2e593f

Please sign in to comment.