File: remove-gstreamer-check.diff

package info (click to toggle)
rust-gst-plugin-gif 0.13.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 176 kB
  • sloc: makefile: 4
file content (23 lines) | stat: -rw-r--r-- 672 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Index: gst-plugin-gif/Cargo.toml
===================================================================
--- gst-plugin-gif.orig/Cargo.toml
+++ gst-plugin-gif/Cargo.toml
@@ -18,6 +18,7 @@ authors = ["Markus Ebner <info@ebner-mar
 description = "GStreamer GIF plugin"
 license = "MIT OR Apache-2.0"
 repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
+autotests = false
 
 [package.metadata.capi]
 min_version = "0.9.21"
@@ -62,10 +63,6 @@ package = "gstreamer-video"
 [dependencies.once_cell]
 version = "1"
 
-[dev-dependencies.gst-check]
-version = "0.23"
-package = "gstreamer-check"
-
 [build-dependencies.gst-plugin-version-helper]
 version = "0.8"