package/gst1-devtools: drop python2 build dependencies

Looks like this was missed in c4bbd6da50

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
James Hilliard 2022-02-09 23:11:00 -07:00 committed by Peter Korsgaard
parent da9f2a8fda
commit 54ee9dc4f8

View File

@ -12,17 +12,13 @@ GST1_DEVTOOLS_LICENSE_FILES = validate/COPYING
GST1_DEVTOOLS_INSTALL_STAGING = YES
GST1_DEVTOOLS_DEPENDENCIES = \
host-python3 \
python3 \
gstreamer1 \
gst1-plugins-base \
json-glib \
$(if $(BR2_PACKAGE_CAIRO),cairo)
ifeq ($(BR2_PACKAGE_PYTHON3),y)
GST1_DEVTOOLS_DEPENDENCIES += host-python3 python3
else
GST1_DEVTOOLS_DEPENDENCIES += host-python python
endif
ifeq ($(BR2_PACKAGE_GST1_RTSP_SERVER),y)
GST1_DEVTOOLS_DEPENDENCIES += gst1-rtsp-server
endif