[Buildroot] [PATCH 1/1] package/gst1-devtools: drop python2 build dependencies

James Hilliard james.hilliard1 at gmail.com
Wed Feb 9 22:35:51 UTC 2022


Looks like this was missed in c4bbd6da50488944debba29e195557e5b345f2b1

Signed-off-by: James Hilliard <james.hilliard1 at gmail.com>
---
 package/gstreamer1/gst1-devtools/gst1-devtools.mk | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/package/gstreamer1/gst1-devtools/gst1-devtools.mk b/package/gstreamer1/gst1-devtools/gst1-devtools.mk
index 66b509ae2c..390b20de16 100644
--- a/package/gstreamer1/gst1-devtools/gst1-devtools.mk
+++ b/package/gstreamer1/gst1-devtools/gst1-devtools.mk
@@ -17,11 +17,7 @@ GST1_DEVTOOLS_DEPENDENCIES = \
 	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
-- 
2.25.1




More information about the buildroot mailing list