File: relax-maturin-version.patch

package info (click to toggle)
python-zxcvbn-rs-py 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208 kB
  • sloc: python: 63; makefile: 16; sh: 11
file content (11 lines) | stat: -rw-r--r-- 257 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
diff --git a/pyproject.toml b/pyproject.toml
index 088d38a..6f6c1c9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["maturin>=1.4.0,<2.0.0"]
+requires = ["maturin<2.0.0"]
 build-backend = "maturin"
 
 [project]