All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/gst1-devtools: drop python2 build dependencies
@ 2022-02-09 22:35 James Hilliard
  2022-02-10  5:42 ` Baruch Siach via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2022-02-09 22:35 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Peter Seiderer

Looks like this was missed in c4bbd6da50488944debba29e195557e5b345f2b1

Signed-off-by: James Hilliard <james.hilliard1@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

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-10  5:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-09 22:35 [Buildroot] [PATCH 1/1] package/gst1-devtools: drop python2 build dependencies James Hilliard
2022-02-10  5:42 ` Baruch Siach via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.