File: relax-bzip2.patch

package info (click to toggle)
rust-python-pkginfo 0.6.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 472 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 419 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>

Upstream has already indicated that it builds fine with bzip2 6.x.

see
https://github.com/PyO3/python-pkginfo-rs/commit/d48826ff12f82b31e4bf3edeb888f99caa6108a6

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@
 path = "tests/test_distribution.rs"
 
 [dependencies.bzip2]
-version = "0.4.4"
+version = ">= 0.4.4, < 0.7"
 optional = true
 
 [dependencies.flate2]