File: 2003_avoid_testsuite.patch

package info (click to toggle)
oxigraph 0.5.0~beta2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 10,148 kB
  • sloc: python: 1,943; cpp: 158; sh: 145; makefile: 78
file content (17 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: avoid building embedded crate testsuite
 Needs crate text-diff not in Debian
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2023-08-26
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,6 @@
     "lib/sparql-smith",
     "oxrocksdb-sys",
     "python",
-    "testsuite"
 ]
 resolver = "2"