File: 001-relax-cargo-depends.patch

package info (click to toggle)
python-cotengrust 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 348 kB
  • sloc: python: 195; makefile: 17
file content (28 lines) | stat: -rw-r--r-- 610 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
24
25
26
27
28
Description: Relax depends version in Cargo.toml
 Depends version mentioned in Cargo.toml not available
 in Debian. Revised or removed the version numbers.
Forwarded: not-needed
Author: Yogeswaran Umasankar <yogu@debian.org>
Last-Update: 2025-10-12

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,12 +9,12 @@ name = "cotengrust"
 crate-type = ["cdylib"]
 
 [dependencies]
-bit-set = "0.8"
-num-traits = "0.2"
-ordered-float = "5.1"
-pyo3 = "0.26"
-rand = "0.9"
-rustc-hash = "2.1"
+bit-set = "*"
+num-traits = "*"
+ordered-float = "*"
+pyo3 = "*"
+rand = "*"
+rustc-hash = "*"
 
 [profile.release]
 codegen-units = 1