File: 2005_avoid_python.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 (16 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: avoid building embedded crate pyoxigraph
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-06-13
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,6 @@
     "lib/sparopt",
     "lib/sparql-smith",
     "oxrocksdb-sys",
-    "python",
 ]
 resolver = "2"