File: disable-pyo3.patch

package info (click to toggle)
rust-z-base-32 0.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: python: 12; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 395 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Index: z-base-32/Cargo.toml
===================================================================
--- z-base-32.orig/Cargo.toml
+++ z-base-32/Cargo.toml
@@ -43,13 +43,5 @@ crate-type = [
 version = "1"
 optional = true
 
-[dependencies.pyo3]
-version = "0.20.2"
-features = ["extension-module"]
-optional = true
-
 [dev-dependencies.quickcheck]
 version = "1"
-
-[features]
-python = ["dep:pyo3"]